Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
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
Dlibpng-manual.txt3343 PNG_TRANSFORM_STRIP_FILLER_BEFORE Strip out leading
/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.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
Dlibpng-manual.txt3348 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()
/external/syslinux/com32/lib/libpng/
Dpngwrite.c1551 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) in png_write_png()
DCHANGES2302 Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
/external/syslinux/com32/include/
Dpng.h1216 #define PNG_TRANSFORM_STRIP_FILLER_BEFORE 0x0800 /* write only */ macro