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

/external/libpng/
H A Dpng.c1598 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) function
1638 if (png_colorspace_endpoints_match(xy, &xy_test,
1695 if (png_colorspace_endpoints_match(xy, &colorspace->end_points_xy,
1715 if (png_colorspace_endpoints_match(xy, &sRGB_xy, 1000) != 0)
1933 !png_colorspace_endpoints_match(&sRGB_xy, &colorspace->end_points_xy,
/external/pdfium/third_party/libpng16/
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,

Completed in 165 milliseconds