Searched refs:png_muldiv (Results 1 - 12 of 12) sorted by relevance

/external/libpng/
H A Dpng.c1049 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
1201 if (!png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d)) return 1;
1202 if (!png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d)) return 1;
1208 if (!png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d)) return 1;
1209 if (!png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d)) return 1;
1215 if (!png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d)) return 1;
1216 if (!png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d)) return 1;
1224 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
1225 if (!png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite)) return 1;
1429 if (!png_muldiv(
3202 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
[all...]
H A Dpngget.c208 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
309 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
H A Dpngpriv.h1808 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
1830 * not exact - use png_muldiv for that. Only required at present on read.
H A Dpngread.c3888 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
H A Dpngrtran.c1085 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_png.c985 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
1137 if (!png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d)) return 1;
1138 if (!png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d)) return 1;
1144 if (!png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d)) return 1;
1145 if (!png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d)) return 1;
1151 if (!png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d)) return 1;
1152 if (!png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d)) return 1;
1160 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
1161 if (!png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite)) return 1;
1364 if (!png_muldiv(
3105 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times, function
[all...]
H A Dfx_pngget.c207 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
308 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
H A Dpngpriv.h1876 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
1898 * not exact - use png_muldiv for that. Only required at present on read.
H A Dfx_pngread.c3618 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma,
H A Dfx_pngrtran.c1084 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) ||
/external/skia/third_party/libpng/
H A Dpngprefix.h192 #define png_muldiv skia_png_muldiv macro
/external/libpng/contrib/libtests/
H A Dtarith.c694 if (png_muldiv(&result, a, times, div) != ok)
946 * 2: validates png_muldiv

Completed in 178 milliseconds