HomeSort by relevance Sort by last modified time
    Searched defs:png_muldiv (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libpng/
png.c 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;
866 if (!png_muldiv(&xy->greenx, XYZ.greenX, PNG_FP_1, d)) return 1;
867 if (!png_muldiv(&xy->greeny, XYZ.greenY, PNG_FP_1, d)) return 1;
873 if (!png_muldiv(&xy->bluex, XYZ.blueX, PNG_FP_1, d)) return 1;
874 if (!png_muldiv(&xy->bluey, XYZ.blueY, PNG_FP_1, d)) return 1;
882 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
883 if (!png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite)) return 1;
1915 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
    [all...]
  /external/libpng/
png.c 1050 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
3245 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
3105 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
    [all...]

Completed in 339 milliseconds