png_fixed_point 889 third_party/libpng/png.c png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x, png_fixed_point 890 third_party/libpng/png.c png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, png_fixed_point 891 third_party/libpng/png.c png_fixed_point blue_x, png_fixed_point blue_y) png_fixed_point 910 third_party/libpng/png.c if (white_x > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 911 third_party/libpng/png.c white_y > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 912 third_party/libpng/png.c red_x > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 913 third_party/libpng/png.c red_y > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 914 third_party/libpng/png.c green_x > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 915 third_party/libpng/png.c green_y > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 916 third_party/libpng/png.c blue_x > (png_fixed_point) PNG_UINT_31_MAX || png_fixed_point 917 third_party/libpng/png.c blue_y > (png_fixed_point) PNG_UINT_31_MAX ) png_fixed_point 1035 third_party/libpng/png.h png_fixed_point int_gamma PNG_DEPSTRUCT; /* gamma of image, if (valid & PNG_INFO_gAMA) */ png_fixed_point 1039 third_party/libpng/png.h png_fixed_point int_x_white PNG_DEPSTRUCT; png_fixed_point 1040 third_party/libpng/png.h png_fixed_point int_y_white PNG_DEPSTRUCT; png_fixed_point 1041 third_party/libpng/png.h png_fixed_point int_x_red PNG_DEPSTRUCT; png_fixed_point 1042 third_party/libpng/png.h png_fixed_point int_y_red PNG_DEPSTRUCT; png_fixed_point 1043 third_party/libpng/png.h png_fixed_point int_x_green PNG_DEPSTRUCT; png_fixed_point 1044 third_party/libpng/png.h png_fixed_point int_y_green PNG_DEPSTRUCT; png_fixed_point 1045 third_party/libpng/png.h png_fixed_point int_x_blue PNG_DEPSTRUCT; png_fixed_point 1046 third_party/libpng/png.h png_fixed_point int_y_blue PNG_DEPSTRUCT; png_fixed_point 1484 third_party/libpng/png.h png_fixed_point int_gamma PNG_DEPSTRUCT; png_fixed_point 1713 third_party/libpng/png.h int error_action, png_fixed_point red, png_fixed_point green )); png_fixed_point 2348 third_party/libpng/png.h png_infop info_ptr, png_fixed_point *int_white_x, png_fixed_point png_fixed_point 2349 third_party/libpng/png.h *int_white_y, png_fixed_point *int_red_x, png_fixed_point *int_red_y, png_fixed_point 2350 third_party/libpng/png.h png_fixed_point *int_green_x, png_fixed_point *int_green_y, png_fixed_point png_fixed_point 2351 third_party/libpng/png.h *int_blue_x, png_fixed_point *int_blue_y)); png_fixed_point 2363 third_party/libpng/png.h png_infop info_ptr, png_fixed_point int_white_x, png_fixed_point int_white_y, png_fixed_point 2364 third_party/libpng/png.h png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point png_fixed_point 2365 third_party/libpng/png.h int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x, png_fixed_point 2366 third_party/libpng/png.h png_fixed_point int_blue_y)); png_fixed_point 2376 third_party/libpng/png.h png_infop info_ptr, png_fixed_point *int_file_gamma)); png_fixed_point 2385 third_party/libpng/png.h png_infop info_ptr, png_fixed_point int_file_gamma)); png_fixed_point 3255 third_party/libpng/png.h png_fixed_point file_gamma)) PNG_PRIVATE; png_fixed_point 3273 third_party/libpng/png.h png_fixed_point int_white_x, png_fixed_point int_white_y, png_fixed_point 3274 third_party/libpng/png.h png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point png_fixed_point 3275 third_party/libpng/png.h int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x, png_fixed_point 3276 third_party/libpng/png.h png_fixed_point int_blue_y)) PNG_PRIVATE; png_fixed_point 3759 third_party/libpng/png.h png_fixed_point int_white_x, png_fixed_point int_white_y, png_fixed_point 3760 third_party/libpng/png.h png_fixed_point int_red_x, png_fixed_point int_red_y, png_fixed_point png_fixed_point 3761 third_party/libpng/png.h int_green_x, png_fixed_point int_green_y, png_fixed_point int_blue_x, png_fixed_point 3762 third_party/libpng/png.h png_fixed_point int_blue_y)) PNG_PRIVATE; png_fixed_point 1323 third_party/libpng/pngconf.h typedef png_fixed_point FAR * png_fixed_point_p; png_fixed_point 1345 third_party/libpng/pngconf.h typedef png_fixed_point FAR * FAR * png_fixed_point_pp; png_fixed_point 441 third_party/libpng/pngget.c png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x, png_fixed_point 442 third_party/libpng/pngget.c png_fixed_point *red_y, png_fixed_point *green_x, png_fixed_point *green_y, png_fixed_point 443 third_party/libpng/pngget.c png_fixed_point *blue_x, png_fixed_point *blue_y) png_fixed_point 491 third_party/libpng/pngget.c png_fixed_point *int_file_gamma) png_fixed_point 700 third_party/libpng/pngrtran.c png_fixed_point red, png_fixed_point green) png_fixed_point 681 third_party/libpng/pngrutil.c png_fixed_point igamma; png_fixed_point 723 third_party/libpng/pngrutil.c igamma = (png_fixed_point)png_get_uint_32(buf); png_fixed_point 832 third_party/libpng/pngrutil.c png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, png_fixed_point 875 third_party/libpng/pngrutil.c int_x_white = (png_fixed_point)uint_x; png_fixed_point 876 third_party/libpng/pngrutil.c int_y_white = (png_fixed_point)uint_y; png_fixed_point 880 third_party/libpng/pngrutil.c int_x_red = (png_fixed_point)uint_x; png_fixed_point 881 third_party/libpng/pngrutil.c int_y_red = (png_fixed_point)uint_y; png_fixed_point 885 third_party/libpng/pngrutil.c int_x_green = (png_fixed_point)uint_x; png_fixed_point 886 third_party/libpng/pngrutil.c int_y_green = (png_fixed_point)uint_y; png_fixed_point 890 third_party/libpng/pngrutil.c int_x_blue = (png_fixed_point)uint_x; png_fixed_point 891 third_party/libpng/pngrutil.c int_y_blue = (png_fixed_point)uint_y; png_fixed_point 1000 third_party/libpng/pngrutil.c png_fixed_point igamma; png_fixed_point 1005 third_party/libpng/pngrutil.c igamma=(png_fixed_point)(info_ptr->gamma * 100000.); png_fixed_point 59 third_party/libpng/pngset.c info_ptr->int_x_white = (png_fixed_point)(white_x*100000.+0.5); png_fixed_point 60 third_party/libpng/pngset.c info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5); png_fixed_point 61 third_party/libpng/pngset.c info_ptr->int_x_red = (png_fixed_point)( red_x*100000.+0.5); png_fixed_point 62 third_party/libpng/pngset.c info_ptr->int_y_red = (png_fixed_point)( red_y*100000.+0.5); png_fixed_point 63 third_party/libpng/pngset.c info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5); png_fixed_point 64 third_party/libpng/pngset.c info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5); png_fixed_point 65 third_party/libpng/pngset.c info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5); png_fixed_point 66 third_party/libpng/pngset.c info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5); png_fixed_point 75 third_party/libpng/pngset.c png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x, png_fixed_point 76 third_party/libpng/pngset.c png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, png_fixed_point 77 third_party/libpng/pngset.c png_fixed_point blue_x, png_fixed_point blue_y) png_fixed_point 143 third_party/libpng/pngset.c png_set_gAMA_fixed(png_structp png_ptr, png_infop info_ptr, png_fixed_point png_fixed_point 146 third_party/libpng/pngset.c png_fixed_point png_gamma; png_fixed_point 153 third_party/libpng/pngset.c if (int_gamma > (png_fixed_point)PNG_UINT_31_MAX) png_fixed_point 529 third_party/libpng/pngset.c png_fixed_point int_file_gamma; png_fixed_point 536 third_party/libpng/pngset.c png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, int_green_x, png_fixed_point 730 third_party/libpng/pngwutil.c png_write_gAMA_fixed(png_structp png_ptr, png_fixed_point file_gamma) png_fixed_point 998 third_party/libpng/pngwutil.c png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y, png_fixed_point 1037 third_party/libpng/pngwutil.c png_write_cHRM_fixed(png_structp png_ptr, png_fixed_point white_x, png_fixed_point 1038 third_party/libpng/pngwutil.c png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y, png_fixed_point 1039 third_party/libpng/pngwutil.c png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x, png_fixed_point 1040 third_party/libpng/pngwutil.c png_fixed_point blue_y)