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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c521 int_green_y, int_blue_x, int_blue_y; local
547 int_green_y = 60000L;
565 int_green_y, int_blue_x, int_blue_y);
H A Dpngpriv.h376 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
814 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
H A Dpngwutil.c1002 int_green_x, int_green_y, int_blue_x, int_blue_y; local
1011 int_green_y = (png_uint_32)(green_y * 100000.0 + 0.5);
1017 int_red_x, int_red_y, int_green_x, int_green_y, int_blue_x, int_blue_y))
1029 png_save_uint_32(buf + 20, int_green_y);
H A Dpng.h2250 png_fixed_point *int_green_x, png_fixed_point *int_green_y, png_fixed_point
2265 int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x,
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclDecls.h421 png_fixed_point *int_green_y,
437 png_fixed_point int_green_y,
701 png_fixed_point int_green_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 86 milliseconds