Searched refs:PNG_TRANSFORM_STRIP_16 (Results 1 – 11 of 11) sorted by relevance
1384 if (transforms & PNG_TRANSFORM_STRIP_16) in png_read_png()
371 PNG_TRANSFORM_STRIP_16 Strip 16-bit samples to
868 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro
1068 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
1090 use PNG_TRANSFORM_STRIP_16 and png_set_strip_16(png_ptr)1118 PNG_TRANSFORM_STRIP_16 Chop 16-bit samples to
1059 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
1069 if ((transforms & PNG_TRANSFORM_STRIP_16) != 0) in png_read_png()
1203 #define PNG_TRANSFORM_STRIP_16 0x0001 /* read only */ macro