Home
last modified time | relevance | path

Searched refs:PNG_TRANSFORM_STRIP_16 (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpngread.c1384 if (transforms & PNG_TRANSFORM_STRIP_16) in png_read_png()
Dlibpng.txt371 PNG_TRANSFORM_STRIP_16 Strip 16-bit samples to
/external/libpng/
Dpng.h868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
Dpngread.c1068 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
Dlibpng-manual.txt1090 use PNG_TRANSFORM_STRIP_16 and png_set_strip_16(png_ptr)
1118 PNG_TRANSFORM_STRIP_16 Chop 16-bit samples to
/external/skia/third_party/libpng/
Dpng.h868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
Dpngread.c1059 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
Dlibpng-manual.txt1090 use PNG_TRANSFORM_STRIP_16 and png_set_strip_16(png_ptr)
1118 PNG_TRANSFORM_STRIP_16 Chop 16-bit samples to
/external/pdfium/third_party/libpng16/
Dpng.h868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
Dpngread.c1069 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
/external/syslinux/com32/include/
Dpng.h1203 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro