Searched refs:PNG_TRANSFORM_STRIP_16 (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngread.c1384 if (transforms & PNG_TRANSFORM_STRIP_16)
/external/libpng/
H A Dpng.h868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
H A Dpngread.c1068 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0)
1072 png_app_error(png_ptr, "PNG_TRANSFORM_STRIP_16 not supported");
/external/pdfium/third_party/libpng16/
H A Dpng.h868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
H A Dpngread.c1069 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0)
1073 png_app_error(png_ptr, "PNG_TRANSFORM_STRIP_16 not supported");
/external/skia/third_party/libpng/
H A Dpng.h868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
H A Dpngread.c1059 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0)
1063 png_app_error(png_ptr, "PNG_TRANSFORM_STRIP_16 not supported");
/external/syslinux/com32/include/
H A Dpng.h1203 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro

Completed in 185 milliseconds