Searched defs:ARGB (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPixelFormats.h19 * 32-bit and 64-bit ARGB pixel value
22 typedef DWORD ARGB; typedef
29 #define ALPHA_MASK ((ARGB) 0xff << ALPHA_SHIFT)
183 * palette entries are limited to 32bpp ARGB pixel format
198 ARGB Entries[1]; // palette color entries
/external/deqp/framework/common/
H A DtcuTexture.hpp53 ARGB, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTexture.cpp141 static const Channel ARGB[] = { CHANNEL_1, CHANNEL_2, CHANNEL_3, CHANNEL_0 }; local
157 case TextureFormat::ARGB: return ARGB;
182 static const int ARGB[] = { 3, 0, 1, 2 }; local
198 case TextureFormat::ARGB: return ARGB;
248 case TextureFormat::ARGB: return 4;
490 case ARGB: numChannels = 4; break;
3598 case TextureFormat::ARGB: return str << "ARGB";
[all...]

Completed in 114 milliseconds