Home
last modified time | relevance | path

Searched refs:PixelFormatCanonical (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdipluspixelformats.h30 #define PixelFormatCanonical 0x00200000 macro
44 …ne PixelFormat32bppARGB (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonical)
47 #define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelForma…
67 return (format & PixelFormatCanonical) != 0; in IsCanonicalPixelFormat()