Searched refs:int_red_y (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c520 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, local
545 int_red_y = 33000L;
564 int_white_x, int_white_y, int_red_x, int_red_y, int_green_x,
H A Dpngpriv.h375 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
813 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
H A Dpngwutil.c1001 png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, local
1009 int_red_y = (png_uint_32)(red_y * 100000.0 + 0.5);
1017 int_red_x, int_red_y, int_green_x, int_green_y, int_blue_x, int_blue_y))
1026 png_save_uint_32(buf + 12, int_red_y);
H A Dpng.h2249 *int_white_y, png_fixed_point *int_red_x, png_fixed_point *int_red_y,
2264 png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclDecls.h419 png_fixed_point *int_red_y,
435 png_fixed_point int_red_y,
699 png_fixed_point int_red_y,
1147 png_uint_32 (*png_get_cHRM_fixedPtr) (png_structp png_ptr, png_infop info_ptr, png_fixed_point *int_white_x, png_fixed_point *int_white_y, png_fixed_point *int_red_x, png_fixed_point *int_red_y, png_fixed_point *int_green_x, png_fixed_point *int_green_y, png_fixed_point *int_blue_x, png_fixed_point *int_blue_y); /* 131 */
1149 void (*png_set_cHRM_fixedPtr) (png_structp png_ptr, png_infop info_ptr, png_fixed_point int_white_x, png_fixed_point int_white_y, png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x, png_fixed_point int_blue_y); /* 133 */
1232 void (*png_write_cHRM_fixedPtr) (png_structp png_ptr, png_fixed_point int_white_x, png_fixed_point int_white_y, png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x, png_fixed_point int_blue_y); /* 216 */

Completed in 82 milliseconds