Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_FORMAT_FLAG_LINEAR

1368       format |= PNG_FORMAT_FLAG_LINEAR;
1761 const int output_encoding = (image->format & PNG_FORMAT_FLAG_LINEAR) != 0 ?
2092 const int output_encoding = (output_format & PNG_FORMAT_FLAG_LINEAR) != 0 ?
3412 if ((image->format & PNG_FORMAT_FLAG_LINEAR) == 0 &&
3675 int linear = (format & PNG_FORMAT_FLAG_LINEAR) != 0;
3731 if ((base_format & PNG_FORMAT_FLAG_LINEAR) != 0 &&
3798 if ((change & PNG_FORMAT_FLAG_LINEAR) != 0)
3806 change &= ~PNG_FORMAT_FLAG_LINEAR;
3999 info_format |= PNG_FORMAT_FLAG_LINEAR;