Home
last modified time | relevance | path

Searched refs:PNG_TRANSFORM_STRIP_FILLER_AFTER (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngwrite.c1388 if ((transforms & (PNG_TRANSFORM_STRIP_FILLER_AFTER| in png_write_png()
1392 if ((transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER) != 0) in png_write_png()
Dpng.h882 #define PNG_TRANSFORM_STRIP_FILLER_AFTER 0x1000 /* write only */ macro
/external/libpng/
Dpngwrite.c1399 if ((transforms & (PNG_TRANSFORM_STRIP_FILLER_AFTER| in png_write_png()
1403 if ((transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER) != 0) in png_write_png()
Dpng.h878 #define PNG_TRANSFORM_STRIP_FILLER_AFTER 0x1000 /* write only */ macro
Dlibpng-manual.txt3403 PNG_TRANSFORM_STRIP_FILLER_AFTER Strip out trailing
DCHANGES2219 PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated