Home
last modified time | relevance | path

Searched refs:PNG_TRANSFORM_SHIFT (Results 1 – 16 of 16) sorted by relevance

/external/libpng/contrib/libtests/
Dpngimage.c278 { PNG_TRANSFORM_SHIFT | PNG_TRANSFORM_INVERT_ALPHA, 0/*antidote*/ }
1067 if ((applied_transforms & PNG_TRANSFORM_SHIFT) == 0 || in compare_read()
1068 (dp->active_transforms & PNG_TRANSFORM_SHIFT) == 0 || in compare_read()
/external/syslinux/com32/lib/libpng/
Dpngwrite.c1530 if ((transforms & PNG_TRANSFORM_SHIFT) in png_write_png()
Dpngread.c1440 if ((transforms & PNG_TRANSFORM_SHIFT) in png_read_png()
Dlibpng.txt380 PNG_TRANSFORM_SHIFT Normalize pixels to the
1993 PNG_TRANSFORM_SHIFT Normalize pixels to the
/external/skia/third_party/libpng/
Dpngwrite.c1360 if ((transforms & PNG_TRANSFORM_SHIFT) != 0) in png_write_png()
Dpng.h874 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro
Dpngread.c1124 if ((transforms & PNG_TRANSFORM_SHIFT) != 0) in png_read_png()
Dlibpng-manual.txt1127 PNG_TRANSFORM_SHIFT Normalize pixels to the
3332 PNG_TRANSFORM_SHIFT Normalize pixels to the
/external/libpng/
Dpng.h874 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro
Dpngwrite.c1360 if ((transforms & PNG_TRANSFORM_SHIFT) != 0) in png_write_png()
Dpngread.c1133 if ((transforms & PNG_TRANSFORM_SHIFT) != 0) in png_read_png()
Dlibpng-manual.txt1127 PNG_TRANSFORM_SHIFT Normalize pixels to the
3337 PNG_TRANSFORM_SHIFT Normalize pixels to the
/external/pdfium/third_party/libpng16/
Dpng.h874 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro
Dpngwrite.c1360 if ((transforms & PNG_TRANSFORM_SHIFT) != 0) in png_write_png()
Dpngread.c1134 if ((transforms & PNG_TRANSFORM_SHIFT) != 0) in png_read_png()
/external/syslinux/com32/include/
Dpng.h1209 #define PNG_TRANSFORM_SHIFT 0x0040 /* read and write */ macro