Lines Matching defs:PixelFormat
35 struct PixelFormat struct
37 int redBits;
38 int greenBits;
39 int blueBits;
40 int alphaBits;
42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() function
50 PixelFormat (void) in PixelFormat() argument
64 inline RGBA getColorThreshold (void) const in getColorThreshold()
73 static inline int convertChannel (int val, int bits) in convertChannel()
91 inline RGBA convertColor (const RGBA& col) const in convertColor()
99 inline bool operator== (const PixelFormat& other) const in operator ==()
107 inline bool operator!= (const PixelFormat& other) const in operator !=()