Searched refs:PNG_TRANSFORM_PACKING (Results 1 - 13 of 13) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngimage.c1345 if (transforms & (PNG_TRANSFORM_PACKING|
/external/syslinux/com32/lib/libpng/
H A Dpngread.c1400 if (transforms & PNG_TRANSFORM_PACKING)
H A Dpngwrite.c1537 if (transforms & PNG_TRANSFORM_PACKING)
/external/libpng/
H A Dpng.h870 #define PNG_TRANSFORM_PACKING 0x0004 /* read and write */ macro
H A Dpngwrite.c1369 if ((transforms & PNG_TRANSFORM_PACKING) != 0)
1373 png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
H A Dpngread.c1088 if ((transforms & PNG_TRANSFORM_PACKING) != 0)
1092 png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
/external/pdfium/third_party/libpng16/
H A Dpng.h870 #define PNG_TRANSFORM_PACKING 0x0004 /* read and write */ macro
H A Dpngwrite.c1369 if ((transforms & PNG_TRANSFORM_PACKING) != 0)
1373 png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
H A Dpngread.c1089 if ((transforms & PNG_TRANSFORM_PACKING) != 0)
1093 png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
/external/skia/third_party/libpng/
H A Dpng.h870 #define PNG_TRANSFORM_PACKING 0x0004 /* read and write */ macro
H A Dpngwrite.c1369 if ((transforms & PNG_TRANSFORM_PACKING) != 0)
1373 png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
H A Dpngread.c1079 if ((transforms & PNG_TRANSFORM_PACKING) != 0)
1083 png_app_error(png_ptr, "PNG_TRANSFORM_PACKING not supported");
/external/syslinux/com32/include/
H A Dpng.h1205 #define PNG_TRANSFORM_PACKING 0x0004 /* read and write */ macro

Completed in 304 milliseconds