Home
last modified time | relevance | path

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

/external/libpng/
Dpng.c1085 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1238 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1240 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1247 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1249 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1256 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1258 if (png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d) == 0)
1267 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1269 if (png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite) == 0)
1474 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
[all …]
Dpngget.c222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127, in ppi_from_ppm()
Dpngpriv.h1978 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
Dpngread.c3790 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma, in png_image_read_direct()
Dpngrtran.c1102 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
/external/pdfium/third_party/libpng16/
Dpng.c1085 (png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1238 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1240 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1247 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1249 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1256 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1258 if (png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d) == 0)
1267 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1269 if (png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite) == 0)
1474 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
[all …]
Dpngget.c222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1, in png_get_pixel_aspect_ratio_fixed()
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127, in ppi_from_ppm()
Dpngprefix.h240 #define png_muldiv PDFIUM_png_muldiv macro
Dpngpriv.h1978 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
Dpngread.c3790 if (png_muldiv(&gtest, output_gamma, png_ptr->colorspace.gamma, in png_image_read_direct()
Dpngrtran.c1102 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
/external/libpng/contrib/libtests/
Dtarith.c694 if (png_muldiv(&result, a, times, div) != ok) in validation_muldiv()