Searched refs:png_colorspace_endpoints_match (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpng.c1557 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) function
1597 if (png_colorspace_endpoints_match(xy, &xy_test,
1654 if (png_colorspace_endpoints_match(xy, &colorspace->end_points_xy,
1674 if (png_colorspace_endpoints_match(xy, &sRGB_xy, 1000) != 0)
1892 !png_colorspace_endpoints_match(&sRGB_xy, &colorspace->end_points_xy,
/external/pdfium/third_party/lpng_v163/
H A Dpng.c1466 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) function
1502 if (png_colorspace_endpoints_match(xy, &xy_test,
1556 if (!png_colorspace_endpoints_match(xy, &colorspace->end_points_xy, 100))
1575 if (png_colorspace_endpoints_match(xy, &sRGB_xy, 1000))
1793 !png_colorspace_endpoints_match(&sRGB_xy, &colorspace->end_points_xy,

Completed in 73 milliseconds