Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpngread.c1392 if (transforms & PNG_TRANSFORM_STRIP_ALPHA) in png_read_png()
Dlibpng.txt373 PNG_TRANSFORM_STRIP_ALPHA Discard the alpha channel
/external/libpng/
Dpng.h869 #define PNG_TRANSFORM_STRIP_ALPHA 0x0002 /* read only */ macro
Dpngread.c1078 if ((transforms & PNG_TRANSFORM_STRIP_ALPHA) != 0) in png_read_png()
Dlibpng-manual.txt1120 PNG_TRANSFORM_STRIP_ALPHA Discard the alpha channel
/external/skia/third_party/libpng/
Dpng.h869 #define PNG_TRANSFORM_STRIP_ALPHA 0x0002 /* read only */ macro
Dpngread.c1069 if ((transforms & PNG_TRANSFORM_STRIP_ALPHA) != 0) in png_read_png()
Dlibpng-manual.txt1120 PNG_TRANSFORM_STRIP_ALPHA Discard the alpha channel
/external/pdfium/third_party/libpng16/
Dpng.h869 #define PNG_TRANSFORM_STRIP_ALPHA 0x0002 /* read only */ macro
Dpngread.c1079 if ((transforms & PNG_TRANSFORM_STRIP_ALPHA) != 0) in png_read_png()
/external/syslinux/com32/include/
Dpng.h1204 #define PNG_TRANSFORM_STRIP_ALPHA 0x0002 /* read only */ macro