Lines Matching defs:PNG_FORMAT_FLAG_AFIRST
2922 # define PNG_FORMAT_FLAG_AFIRST 0x20U /* alpha channel comes first */2931 #define PNG_FORMAT_AG (PNG_FORMAT_GA|PNG_FORMAT_FLAG_AFIRST)2935 #define PNG_FORMAT_ARGB (PNG_FORMAT_RGBA|PNG_FORMAT_FLAG_AFIRST)2937 #define PNG_FORMAT_ABGR (PNG_FORMAT_BGRA|PNG_FORMAT_FLAG_AFIRST)