HomeSort by relevance Sort by last modified time
    Searched refs:PNG_FP_1 (Results 1 - 14 of 14) sorted by null

  /external/libpng/
png.c     [all...]
pngrtran.c 221 output_gamma == PNG_FP_1 / PNG_DEFAULT_sRGB)
238 output_gamma == PNG_FP_1 / PNG_GAMMA_MAC_18)
261 output_gamma *= PNG_FP_1;
335 output_gamma = PNG_FP_1;
    [all...]
png.h 687 #define PNG_FP_1 100000
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
    [all...]
pngread.c     [all...]
  /external/pdfium/third_party/libpng16/
png.c 1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
    [all...]
pngrtran.c 220 output_gamma == PNG_FP_1 / PNG_DEFAULT_sRGB)
237 output_gamma == PNG_FP_1 / PNG_GAMMA_MAC_18)
260 output_gamma *= PNG_FP_1;
334 output_gamma = PNG_FP_1;
    [all...]
png.h 692 #define PNG_FP_1 100000
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
    [all...]
pngread.c     [all...]
  /external/libpng/contrib/libtests/
pngunknown.c 89 #define PNG_FP_1 100000
91 ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
    [all...]
makepng.c 853 gamma = PNG_FP_1;
    [all...]
tarith.c 894 png_fixed_point gfp = floor(g * PNG_FP_1 + .5);
pngvalid.c 106 #define PNG_FP_1 100000
108 ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
256 d = floor(d * PNG_FP_1 + .5);
    [all...]

Completed in 4792 milliseconds