Searched refs:png_muldiv (Results 1 – 12 of 12) sorted by relevance
/external/libpng/ |
D | png.c | 1085 (png_muldiv(>est, 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 …]
|
D | pngget.c | 222 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()
|
D | pngpriv.h | 1978 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
|
D | pngread.c | 3790 if (png_muldiv(>est, output_gamma, png_ptr->colorspace.gamma, in png_image_read_direct()
|
D | pngrtran.c | 1102 return !png_muldiv(>est, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 1085 (png_muldiv(>est, 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 …]
|
D | pngget.c | 222 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()
|
D | pngprefix.h | 240 #define png_muldiv PDFIUM_png_muldiv macro
|
D | pngpriv.h | 1978 PNG_INTERNAL_FUNCTION(int,png_muldiv,(png_fixed_point_p res, png_fixed_point a,
|
D | pngread.c | 3790 if (png_muldiv(>est, output_gamma, png_ptr->colorspace.gamma, in png_image_read_direct()
|
D | pngrtran.c | 1102 return !png_muldiv(>est, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 694 if (png_muldiv(&result, a, times, div) != ok) in validation_muldiv()
|