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

  /external/opencv3/3rdparty/libpng/
png.c 793 /* (x,y,z) values are first limited to 0..100000 (PNG_FP_1), the white
795 * (PNG_FP_1-y) - x must be <= to this for z to be >= 0 (and the expression
797 * <= PNG_FP_1. The previous test on PNG_MAX_UINT_31 is removed because it
809 /* And (x+y) must be <= PNG_FP_1 (so z is >= 0) */
810 if (white_x > PNG_FP_1 - white_y)
816 if (red_x > PNG_FP_1 - red_y)
822 if (green_x > PNG_FP_1 - green_y)
828 if (blue_x > PNG_FP_1 - blue_y)
859 if (!png_muldiv(&xy->redx, XYZ.redX, PNG_FP_1, d)) return 1;
860 if (!png_muldiv(&xy->redy, XYZ.redY, PNG_FP_1, d)) return 1
    [all...]
pngwrite.c     [all...]
pngrtran.c 190 output_gamma == PNG_FP_1 / PNG_DEFAULT_sRGB)
205 output_gamma == PNG_FP_1 / PNG_GAMMA_MAC_18)
228 output_gamma *= PNG_FP_1;
299 output_gamma = PNG_FP_1;
967 if (red >= 0 && green >= 0 && red + green <= PNG_FP_1)
    [all...]
png.h 740 #define PNG_FP_1 100000
    [all...]
pngget.c 202 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
pngrutil.c 1048 if (png_muldiv(&r, XYZ.redY, 32768, PNG_FP_1) &&
1050 png_muldiv(&g, XYZ.greenY, 32768, PNG_FP_1) &&
1052 png_muldiv(&b, XYZ.blueY, 32768, PNG_FP_1) &&
    [all...]
  /external/libpng/
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/pdfium/third_party/lpng_v163/
png.c 985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
    [all...]
pngrtran.c 218 output_gamma == PNG_FP_1 / PNG_DEFAULT_sRGB)
235 output_gamma == PNG_FP_1 / PNG_GAMMA_MAC_18)
258 output_gamma *= PNG_FP_1;
329 output_gamma = PNG_FP_1;
    [all...]
pngwrite.c     [all...]
png.h     [all...]
pngget.c 207 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
    [all...]
pngread.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 190 output_gamma == PNG_FP_1 / PNG_DEFAULT_sRGB)
205 output_gamma == PNG_FP_1 / PNG_GAMMA_MAC_18)
228 output_gamma *= PNG_FP_1;
299 output_gamma = PNG_FP_1;
967 if (red >= 0 && green >= 0 && red + green <= PNG_FP_1)
    [all...]
png.h 743 #define PNG_FP_1 100000
    [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 107 #define PNG_FP_1 100000
109 ((png_fixed_point)(PNG_GAMMA_THRESHOLD * PNG_FP_1))
246 d = floor(d * PNG_FP_1 + .5);
    [all...]

Completed in 70 milliseconds