Searched defs:BGR8 (Results 1 – 3 of 3) sorted by relevance
13 #define BGR8(r,g,b) (unsigned)(((BYTE)((b & 0xc0) | ((g & 0xe0)>>2) | \ macro
108 BGR8(24), // BGR and ABGR formats are often used on windows systems enumConstant
150 params.put(Format.BGR8, new DecodeParams(3, 0, m___x, m__x_, m_x__, in params.put()