Searched refs:PNG_TRANSFORM_SHIFT (Results 1 - 10 of 10) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngimage.c255 { PNG_TRANSFORM_SHIFT | PNG_TRANSFORM_INVERT_ALPHA, 0/*antidote*/ }
987 if ((applied_transforms & PNG_TRANSFORM_SHIFT) == 0 ||
988 (dp->active_transforms & PNG_TRANSFORM_SHIFT) == 0 ||
/external/chromium_org/third_party/libpng/
H A Dpngread.c1440 if ((transforms & PNG_TRANSFORM_SHIFT)
H A Dpngwrite.c1531 if ((transforms & PNG_TRANSFORM_SHIFT)
H A Dpng.h1214 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c1620 if ((transforms & PNG_TRANSFORM_SHIFT)
H A Dpngwrite.c1531 if ((transforms & PNG_TRANSFORM_SHIFT)
H A Dpng.h1264 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro
/external/libpng/
H A Dpng.h964 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro
H A Dpngwrite.c1571 if (transforms & PNG_TRANSFORM_SHIFT)
1576 png_app_error(png_ptr, "PNG_TRANSFORM_SHIFT not supported");
H A Dpngread.c1276 if (transforms & PNG_TRANSFORM_SHIFT)
1281 png_app_error(png_ptr, "PNG_TRANSFORM_SHIFT not supported");

Completed in 130 milliseconds