Home
last modified time | relevance | path

Searched refs:png_check_cHRM_fixed (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libpng/
Dpngset.c51 if (png_check_cHRM_fixed(png_ptr, in png_set_cHRM_fixed()
Dpngpriv.h1348 PNG_EXTERN int png_check_cHRM_fixed PNGARG((png_structp png_ptr,
Dpng.c780 png_check_cHRM_fixed(png_structp png_ptr,
Dpngwutil.c1333 if (png_check_cHRM_fixed(png_ptr, white_x, white_y, red_x, red_y, in png_write_cHRM_fixed()
DCHANGES2179 png_check_cHRM_fixed().
2186 Eliminated png_check_cHRM(). Instead, always use png_check_cHRM_fixed().
2187 In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
2192 Rearranged test expressions in png_check_cHRM_fixed() to avoid internal
/external/pdfium/third_party/lpng_v163/
Dpng.h628 #define png_check_cHRM_fixed FOXIT_png_check_cHRM_fixed macro
/external/libpng/
DCHANGES2188 png_check_cHRM_fixed().
2195 Eliminated png_check_cHRM(). Instead, always use png_check_cHRM_fixed().
2196 In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
2201 Rearranged test expressions in png_check_cHRM_fixed() to avoid internal