png_fixed_point   219 contrib/gregbook/readpng2.c     png_fixed_point gamma;
png_fixed_point   345 contrib/gregbook/readpng2.c             (png_fixed_point)(100000*mainprog_ptr->display_exponent+.5), gamma);
png_fixed_point   348 contrib/gregbook/readpng2.c             (png_fixed_point)(100000*mainprog_ptr->display_exponent+.5), 45455);
png_fixed_point   592 contrib/libtests/makepng.c       png_fixed_point real_gamma = 45455; /* For sRGB */
png_fixed_point  1285 contrib/libtests/makepng.c    png_fixed_point gamma = 0; /* not set */
png_fixed_point    80 contrib/libtests/pngunknown.c    ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
png_fixed_point   109 contrib/libtests/pngvalid.c    ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
png_fixed_point   208 contrib/libtests/pngvalid.c static png_fixed_point
png_fixed_point   212 contrib/libtests/pngvalid.c    return (png_fixed_point)d;
png_fixed_point  2784 contrib/libtests/pngvalid.c    png_fixed_point  gamma;
png_fixed_point  2808 contrib/libtests/pngvalid.c    me->gamma = (png_fixed_point)g;
png_fixed_point  2817 contrib/libtests/pngvalid.c    png_fixed_point           wx, wy, rx, ry, gx, gy, bx, by;
png_fixed_point  6660 contrib/libtests/pngvalid.c       png_fixed_point red_to_set;
png_fixed_point  6661 contrib/libtests/pngvalid.c       png_fixed_point green_to_set;
png_fixed_point  6862 contrib/libtests/pngvalid.c #           define API_type png_fixed_point
png_fixed_point  7796 contrib/libtests/pngvalid.c             PNG_CONST png_fixed_point g = fix(sg);
png_fixed_point  7814 contrib/libtests/pngvalid.c                png_fixed_point f = fix(dp->file_gamma);
png_fixed_point  7831 contrib/libtests/pngvalid.c          png_fixed_point s = fix(dp->screen_gamma);
png_fixed_point  7832 contrib/libtests/pngvalid.c          png_fixed_point f = fix(dp->file_gamma);
png_fixed_point  7844 contrib/libtests/pngvalid.c             PNG_CONST png_fixed_point g = fix(bg);
png_fixed_point   615 contrib/libtests/tarith.c    png_fixed_point a;
png_fixed_point   635 contrib/libtests/tarith.c       png_fixed_point result;
png_fixed_point   894 contrib/libtests/tarith.c       png_fixed_point gfp = floor(g * PNG_FP_1 + .5);
png_fixed_point  1046 png.c             png_fixed_point gtest;
png_fixed_point  1233 png.c             png_fixed_point red_inverse, green_inverse, blue_scale;
png_fixed_point  1234 png.c             png_fixed_point left, right, denominator;
png_fixed_point  2378 png.c                png_fixed_point r = png_ptr->colorspace.end_points_XYZ.red_Y;
png_fixed_point  2379 png.c                png_fixed_point g = png_ptr->colorspace.end_points_XYZ.green_Y;
png_fixed_point  2380 png.c                png_fixed_point b = png_ptr->colorspace.end_points_XYZ.blue_Y;
png_fixed_point  2381 png.c                png_fixed_point total = r+g+b;
png_fixed_point  3155 png.c          png_fixed_point
png_fixed_point  3167 png.c             return (png_fixed_point)r;
png_fixed_point  3202 png.c                      *res = (png_fixed_point)r;
png_fixed_point  3249 png.c                      png_fixed_point result = 0; /* NOTE: signed */
png_fixed_point  3298 png.c          png_fixed_point
png_fixed_point  3302 png.c             png_fixed_point result;
png_fixed_point  3314 png.c          png_fixed_point
png_fixed_point  3321 png.c                return (png_fixed_point)r;
png_fixed_point  3323 png.c             png_fixed_point res;
png_fixed_point  3346 png.c          static png_fixed_point
png_fixed_point  3356 png.c                return (png_fixed_point)r;
png_fixed_point  3358 png.c             png_fixed_point res;
png_fixed_point  3369 png.c          png_fixed_point
png_fixed_point  3379 png.c                return (png_fixed_point)r;
png_fixed_point  3386 png.c             png_fixed_point res = png_product2(a, b);
png_fixed_point  3695 png.c                   png_fixed_point res;
png_fixed_point  3719 png.c                   png_fixed_point res;
png_fixed_point   793 png.h          #define PNG_FP_MAX  ((png_fixed_point)0x7fffffffL)
png_fixed_point  1216 png.h              int error_action, png_fixed_point red, png_fixed_point green))
png_fixed_point  1272 png.h              int mode, png_fixed_point output_gamma))
png_fixed_point  1436 png.h              int need_expand, png_fixed_point background_gamma))
png_fixed_point  1485 png.h              png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
png_fixed_point  2060 png.h          PNG_FIXED_EXPORT(210, png_fixed_point, png_get_pixel_aspect_ratio_fixed,
png_fixed_point  2102 png.h              png_fixed_point *int_white_x, png_fixed_point *int_white_y,
png_fixed_point  2103 png.h              png_fixed_point *int_red_x, png_fixed_point *int_red_y,
png_fixed_point  2104 png.h              png_fixed_point *int_green_x, png_fixed_point *int_green_y,
png_fixed_point  2105 png.h              png_fixed_point *int_blue_x, png_fixed_point *int_blue_y))
png_fixed_point  2108 png.h              png_fixed_point *int_red_X, png_fixed_point *int_red_Y,
png_fixed_point  2109 png.h              png_fixed_point *int_red_Z, png_fixed_point *int_green_X,
png_fixed_point  2110 png.h              png_fixed_point *int_green_Y, png_fixed_point *int_green_Z,
png_fixed_point  2111 png.h              png_fixed_point *int_blue_X, png_fixed_point *int_blue_Y,
png_fixed_point  2112 png.h              png_fixed_point *int_blue_Z))
png_fixed_point  2125 png.h              png_inforp info_ptr, png_fixed_point int_white_x,
png_fixed_point  2126 png.h              png_fixed_point int_white_y, png_fixed_point int_red_x,
png_fixed_point  2127 png.h              png_fixed_point int_red_y, png_fixed_point int_green_x,
png_fixed_point  2128 png.h              png_fixed_point int_green_y, png_fixed_point int_blue_x,
png_fixed_point  2129 png.h              png_fixed_point int_blue_y))
png_fixed_point  2131 png.h              png_inforp info_ptr, png_fixed_point int_red_X, png_fixed_point int_red_Y,
png_fixed_point  2132 png.h              png_fixed_point int_red_Z, png_fixed_point int_green_X,
png_fixed_point  2133 png.h              png_fixed_point int_green_Y, png_fixed_point int_green_Z,
png_fixed_point  2134 png.h              png_fixed_point int_blue_X, png_fixed_point int_blue_Y,
png_fixed_point  2135 png.h              png_fixed_point int_blue_Z))
png_fixed_point  2143 png.h              png_fixed_point *int_file_gamma))
png_fixed_point  2150 png.h              png_inforp info_ptr, png_fixed_point int_file_gamma))
png_fixed_point  2311 png.h              png_fixed_point *width, png_fixed_point *height))
png_fixed_point  2320 png.h             png_inforp info_ptr, int unit, png_fixed_point width,
png_fixed_point  2321 png.h             png_fixed_point height))
png_fixed_point  2538 png.h          PNG_FIXED_EXPORT(211, png_fixed_point, png_get_x_offset_inches_fixed,
png_fixed_point  2545 png.h          PNG_FIXED_EXPORT(212, png_fixed_point, png_get_y_offset_inches_fixed,
png_fixed_point   612 pngconf.h      typedef png_fixed_point       * png_fixed_point_p;
png_fixed_point   613 pngconf.h      typedef const png_fixed_point * png_const_fixed_point_p;
png_fixed_point   634 pngconf.h      typedef png_fixed_point * * png_fixed_point_pp;
png_fixed_point   200 pngget.c       png_fixed_point PNGAPI
png_fixed_point   210 pngget.c             png_fixed_point res;
png_fixed_point   329 pngget.c          png_fixed_point result;
png_fixed_point   358 pngget.c       static png_fixed_point
png_fixed_point   369 pngget.c       png_fixed_point PNGAPI
png_fixed_point   379 pngget.c       png_fixed_point PNGAPI
png_fixed_point   705 pngpriv.h          ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
png_fixed_point   893 pngpriv.h      PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
png_fixed_point  1036 pngpriv.h          png_fixed_point file_gamma),PNG_EMPTY);
png_fixed_point  1462 pngpriv.h          png_colorspacerp colorspace, png_fixed_point gAMA), PNG_EMPTY);
png_fixed_point  1695 pngpriv.h         png_charp ascii, png_size_t size, png_fixed_point fp),PNG_EMPTY);
png_fixed_point  1808 pngpriv.h      PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
png_fixed_point  1814 pngpriv.h      PNG_INTERNAL_FUNCTION(png_fixed_point,png_muldiv_warn,
png_fixed_point  1815 pngpriv.h         (png_const_structrp png_ptr, png_fixed_point a, png_int_32 multiplied_by,
png_fixed_point  1824 pngpriv.h      PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal,(png_fixed_point a),
png_fixed_point  1832 pngpriv.h      PNG_INTERNAL_FUNCTION(png_fixed_point,png_reciprocal2,(png_fixed_point a,
png_fixed_point  1833 pngpriv.h         png_fixed_point b),PNG_EMPTY);
png_fixed_point  1837 pngpriv.h      PNG_INTERNAL_FUNCTION(int,png_gamma_significant,(png_fixed_point gamma_value),
png_fixed_point  1850 pngpriv.h         unsigned int value, png_fixed_point gamma_value),PNG_EMPTY);
png_fixed_point  1852 pngpriv.h         png_fixed_point gamma_value),PNG_EMPTY);
png_fixed_point  1854 pngpriv.h         png_fixed_point gamma_value),PNG_EMPTY);
png_fixed_point  1253 pngread.c         png_fixed_point gamma_to_linear;     /* For P_FILE, reciprocal of gamma */
png_fixed_point  1623 pngread.c         png_fixed_point g = display->image->opaque->png_ptr->colorspace.gamma;
png_fixed_point  1745 pngread.c            png_fixed_point g = display->gamma_to_linear;
png_fixed_point  3632 pngread.c            png_fixed_point output_gamma;
png_fixed_point  3670 pngread.c               png_fixed_point input_gamma_default;
png_fixed_point  3712 pngread.c               png_fixed_point gtest;
png_fixed_point   209 pngrtran.c     static png_fixed_point
png_fixed_point   248 pngrtran.c     static png_fixed_point
png_fixed_point   267 pngrtran.c        return (png_fixed_point)output_gamma;
png_fixed_point   278 pngrtran.c        png_fixed_point file_gamma;
png_fixed_point  1084 pngrtran.c        png_fixed_point gtest;
png_fixed_point  1609 pngrtran.c                    png_fixed_point g, gs;
png_fixed_point  1717 pngrtran.c                 png_fixed_point g = PNG_FP_1;  /* Correction to linear */
png_fixed_point  1718 pngrtran.c                 png_fixed_point gs = PNG_FP_1; /* Correction to screen */
png_fixed_point    40 pngrutil.c     static png_fixed_point /* PRIVATE */
png_fixed_point    46 pngrutil.c           return (png_fixed_point)uval; /* known to be in range */
png_fixed_point  1061 pngrutil.c        png_fixed_point igamma;
png_fixed_point    86 pngstruct.h       png_fixed_point redx, redy;
png_fixed_point    87 pngstruct.h       png_fixed_point greenx, greeny;
png_fixed_point    88 pngstruct.h       png_fixed_point bluex, bluey;
png_fixed_point    89 pngstruct.h       png_fixed_point whitex, whitey;
png_fixed_point    97 pngstruct.h       png_fixed_point red_X, red_Y, red_Z;
png_fixed_point    98 pngstruct.h       png_fixed_point green_X, green_Y, green_Z;
png_fixed_point    99 pngstruct.h       png_fixed_point blue_X, blue_Y, blue_Z;
png_fixed_point   116 pngstruct.h       png_fixed_point gamma;        /* File gamma */
png_fixed_point   272 pngstruct.h       png_fixed_point background_gamma;
png_fixed_point   287 pngstruct.h       png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */
png_fixed_point  1081 pngtest.c            png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x,
png_fixed_point  1094 pngtest.c            png_fixed_point gamma;