Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_FORMAT_FLAG_BGR

1878          const int bgr = (image->format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0;
3905 if ((change & PNG_FORMAT_FLAG_BGR) != 0)
3914 format &= ~PNG_FORMAT_FLAG_BGR;
3916 change &= ~PNG_FORMAT_FLAG_BGR;
4003 info_format |= PNG_FORMAT_FLAG_BGR;