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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 42 ARGB Value;
53 static ARGB MakeARGB(BYTE a, BYTE r, BYTE g, BYTE b)
55 return (ARGB) ((((DWORD) a) << 24) | (((DWORD) r) << 16)
59 static const ARGB AlphaMask = 0xFF000000;
61 static const ARGB AliceBlue = 0xFFF0F8FF;
62 static const ARGB AntiqueWhite = 0xFFFAEBD7;
63 static const ARGB Aqua = 0xFF00FFFF;
64 static const ARGB Aquamarine = 0xFF7FFFD4;
65 static const ARGB Azure = 0xFFF0FFFF;
66 static const ARGB Beige = 0xFFF5F5DC
    [all...]
gdipluspixelformats.h 29 typedef DWORD ARGB;
92 ARGB Entries[1];
gdiplusflat.h 55 GpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap(GpBitmap*,HBITMAP*,ARGB);
63 GpStatus WINGDIPAPI GdipBitmapGetPixel(GpBitmap*,INT,INT,ARGB*);
64 GpStatus WINGDIPAPI GdipBitmapSetPixel(GpBitmap*,INT,INT,ARGB);
187 GpStatus WINGDIPAPI GdipGetNearestColor(GpGraphics*,ARGB*);
220 GpStatus WINGDIPAPI GdipGraphicsClear(GpGraphics*,ARGB);
363 GpStatus WINGDIPAPI GdipCreateHatchBrush(GpHatchStyle,ARGB,ARGB,GpHatch**);
365 GpStatus WINGDIPAPI GdipGetHatchForegroundColor(GpHatch*,ARGB*);
366 GpStatus WINGDIPAPI GdipGetHatchBackgroundColor(GpHatch*,ARGB*);
431 GpStatus WINGDIPAPI GdipSetImageAttributesColorKeys(GpImageAttributes*,ColorAdjustType,BOOL,ARGB,ARGB)
    [all...]
gdiplusbrush.h 256 ARGB *presetArgb =
257 (ARGB*) DllExports::GdipAlloc(count * sizeof(ARGB));
274 ARGB colorsArgb[2];
358 ARGB *presetArgb =
359 (ARGB*) DllExports::GdipAlloc(count * sizeof(ARGB));
gdipluspath.h 757 ARGB *presetArgb =
758 (ARGB*) DllExports::GdipAlloc(count * sizeof(ARGB));
800 ARGB *colorsArgb =
801 (ARGB*) DllExports::GdipAlloc(*count * sizeof(ARGB));
905 ARGB *presetArgb =
906 (ARGB*) DllExports::GdipAlloc(count * sizeof(ARGB));
924 ARGB *colorsArgb
    [all...]
  /external/libyuv/files/unit_test/
convert_test.cc 1518 uint8 argb[32 * 4]; local
    [all...]
planar_test.cc     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 218 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreateSolidFill)(ARGB color,
224 typedef GpStatus(WINGDIPAPI* FuncType_GdipCreatePen1)(ARGB color,
456 static GpBrush* _GdipCreateBrush(DWORD argb) {
460 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
526 FX_ARGB argb,
539 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
579 ArgbDecode(argb, a, r, g, b);
596 UINT palette[4] = {PaletteFlagsHasAlpha, 2, 0, argb};
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/webrtc/talk/session/media/
planarfunctions_unittest.cc 348 // ARGB/ABGR/RAW/BG24 testing image.
468 // Dump the result image (ARGB format).
724 // A common macro for testing converting I420 to ARGB, BGRA and ABGR.
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 495 case TextureFormat::ARGB:
546 return format.order == TextureFormat::ARGB;
611 case TextureFormat::ARGB: return 4;
728 static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0 }};
743 case TextureFormat::ARGB: return ARGB;
782 static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2 }};
797 case TextureFormat::ARGB: return ARGB;
    [all...]
tcuTexture.hpp 54 ARGB,
    [all...]
tcuTextureUtil.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp 226 case FMT_CASE(ARGB, UNORM_SHORT_1555): return VK_FORMAT_A1R5G5B5_UNORM_PACK16;
358 case VK_FORMAT_A1R5G5B5_UNORM_PACK16: return TextureFormat(TextureFormat::ARGB, TextureFormat::UNORM_SHORT_1555);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 351 MAKEROWY(ARGB, 2, 1, 0, 4)
433 MAKEROWYJ(ARGB, 2, 1, 0, 4)
    [all...]
  /external/libyuv/files/source/
row_common.cc 355 MAKEROWY(ARGB, 2, 1, 0, 4)
438 MAKEROWYJ(ARGB, 2, 1, 0, 4)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]

Completed in 404 milliseconds