Home
last modified time | relevance | path

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

/external/libpng/
Dpng.h864 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
Dpngread.c1079 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
Dlibpng-manual.txt1104 use PNG_TRANSFORM_STRIP_16 and png_set_strip_16(png_ptr)
1132 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()