Searched refs:PNG_TRANSFORM_PACKSWAP (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngread.c1408 if (transforms & PNG_TRANSFORM_PACKSWAP)
H A Dpngwrite.c1570 if (transforms & PNG_TRANSFORM_PACKSWAP)
H A Dpng.h1211 #define PNG_TRANSFORM_PACKSWAP 0x0008 /* read and write */ macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c1588 if (transforms & PNG_TRANSFORM_PACKSWAP)
H A Dpngwrite.c1570 if (transforms & PNG_TRANSFORM_PACKSWAP)
H A Dpng.h1261 #define PNG_TRANSFORM_PACKSWAP 0x0008 /* read and write */ macro
/external/libpng/
H A Dpng.h961 #define PNG_TRANSFORM_PACKSWAP 0x0008 /* read and write */ macro
H A Dpngwrite.c1637 if (transforms & PNG_TRANSFORM_PACKSWAP)
1641 png_app_error(png_ptr, "PNG_TRANSFORM_PACKSWAP not supported");
H A Dpngread.c1241 if (transforms & PNG_TRANSFORM_PACKSWAP)
1245 png_app_error(png_ptr, "PNG_TRANSFORM_PACKSWAP not supported");

Completed in 101 milliseconds