Searched refs:PNG_TRANSFORM_STRIP_FILLER_BEFORE (Results 1 – 13 of 13) sorted by relevance
1389 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()
881 #define PNG_TRANSFORM_STRIP_FILLER_BEFORE PNG_TRANSFORM_STRIP_FILLER macro
3343 PNG_TRANSFORM_STRIP_FILLER_BEFORE Strip out leading
3348 PNG_TRANSFORM_STRIP_FILLER_BEFORE Strip out leading
2218 Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
1347 PNG_TRANSFORM_STRIP_FILLER_BEFORE)) in write_png()1352 PNG_TRANSFORM_STRIP_FILLER_BEFORE)) in write_png()
1551 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) in png_write_png()
2302 Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
1216 #define PNG_TRANSFORM_STRIP_FILLER_BEFORE 0x0800 /* write only */ macro