HomeSort by relevance Sort by last modified time
    Searched defs:ARGB (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPixelFormats.h 19 * 32-bit and 64-bit ARGB pixel value
22 typedef DWORD ARGB;
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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 29 typedef DWORD ARGB;
92 ARGB Entries[1];
  /external/deqp/framework/common/
tcuTexture.cpp 141 static const Channel ARGB[] = { CHANNEL_1, CHANNEL_2, CHANNEL_3, CHANNEL_0 };
157 case TextureFormat::ARGB: return ARGB;
182 static const int ARGB[] = { 3, 0, 1, 2 };
198 case TextureFormat::ARGB: return ARGB;
248 case TextureFormat::ARGB: return 4;
490 case ARGB: numChannels = 4; break;
    [all...]
tcuTexture.hpp 53 ARGB,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]

Completed in 222 milliseconds