Home
last modified time | relevance | path

Searched refs:PNG_TRANSFORM_STRIP_FILLER_BEFORE (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngwrite.c1389 PNG_TRANSFORM_STRIP_FILLER_BEFORE)) != 0) in png_write_png()
1394 if ((transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) != 0) in png_write_png()
1402 else if ((transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) != 0) in png_write_png()
Dpng.h881 #define PNG_TRANSFORM_STRIP_FILLER_BEFORE PNG_TRANSFORM_STRIP_FILLER macro
/external/libpng/
Dpngwrite.c1400 PNG_TRANSFORM_STRIP_FILLER_BEFORE)) != 0) in png_write_png()
1405 if ((transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) != 0) in png_write_png()
1413 else if ((transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) != 0) in png_write_png()
Dpng.h877 #define PNG_TRANSFORM_STRIP_FILLER_BEFORE PNG_TRANSFORM_STRIP_FILLER macro
Dlibpng-manual.txt3401 PNG_TRANSFORM_STRIP_FILLER_BEFORE Strip out leading
DCHANGES2218 Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
/external/libpng/contrib/libtests/
Dpngimage.c1347 PNG_TRANSFORM_STRIP_FILLER_BEFORE)) in write_png()
1352 PNG_TRANSFORM_STRIP_FILLER_BEFORE)) in write_png()