Searched refs:PixelFormatCanonical (Results 1 – 1 of 1) sorted by relevance
30 #define PixelFormatCanonical 0x00200000 macro44 …ne PixelFormat32bppARGB (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonical)47 #define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelForma…67 return (format & PixelFormatCanonical) != 0; in IsCanonicalPixelFormat()