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

1 2

  /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/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColor.h 51 Argb = (ARGB)Color::Black;
61 Argb = MakeARGB(255, r, g, b);
74 Argb = MakeARGB(a, r, g, b);
78 // the specified ARGB values.
82 Color(IN ARGB argb)
84 Argb = argb;
91 return (BYTE) (Argb >> AlphaShift);
    [all...]
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
GdiPlusBrush.h 142 ARGB argb; local
150 &argb));
152 *color = Color(argb);
604 ARGB argb[2]; local
611 SetStatus(DllExports::GdipGetLineColors((GpLineGradient*) nativeBrush, argb));
616 colors[0] = Color(argb[0]);
617 colors[1] = Color(argb[1]);
702 ARGB *argbs = (ARGB*) new BYTE[count*sizeof(ARGB)];
902 ARGB argb; local
920 ARGB argb; local
    [all...]
GdiPlusFlat.h 546 GdipCreateHatchBrush(GpHatchStyle hatchstyle, ARGB forecol,
547 ARGB backcol, GpHatch **brush);
553 GdipGetHatchForegroundColor(GpHatch *brush, ARGB* forecol);
556 GdipGetHatchBackgroundColor(GpHatch *brush, ARGB* backcol);
623 GdipCreateSolidFill(ARGB color, GpSolidFill **brush);
626 GdipSetSolidFillColor(GpSolidFill *brush, ARGB color);
629 GdipGetSolidFillColor(GpSolidFill *brush, ARGB *color);
638 ARGB color1, ARGB color2,
645 ARGB color1, ARGB color2,
    [all...]
GdiPlusPath.h 1267 ARGB argb; local
    [all...]
GdiPlusimageAttributes.h 327 ARGB argb = color.GetValue(); local
330 nativeImageAttr, wrap, argb, clamp));
GdiPlusPen.h 324 ARGB argb; local
327 &argb));
330 color->SetValue(argb);
  /external/chromium_org/third_party/libyuv/unit_test/
convert_test.cc     [all...]
planar_test.cc     [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 87 TESTPLANARTOB(I420, 2, 2, ARGB, 4)
96 TESTPLANARTOB(I422, 2, 1, ARGB, 4)
100 TESTPLANARTOB(I411, 4, 1, ARGB, 4)
101 TESTPLANARTOB(I444, 1, 1, ARGB, 4)
163 TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4)
164 TESTBIPLANARTOB(NV21, 2, 2, ARGB, 4)
245 TESTATOPLANAR(ARGB, 4, I420, 2, 2)
254 // TESTATOPLANAR(ARGB, 4, I411, 4, 1)
255 TESTATOPLANAR(ARGB, 4, I422, 2, 1)
256 // TESTATOPLANAR(ARGB, 4, I444, 1, 1
    [all...]
  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 32 ; 4. ARGB frame
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
linear_scale_yuv_to_rgb_mmx_x64.asm 32 ; 4. ARGB frame
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
  /external/chromium_org/third_party/skia/src/animator/
SkDrawBitmap.cpp 48 SK_MEMBER_PROPERTY(erase, ARGB),
71 SkDebugf("erase=\"argb(%d,%d,%d,%d)\" ", SkColorGetA(fColor)/255, SkColorGetR(fColor),
SkDrawColor.cpp 111 SK_MEMBER(color, ARGB),
  /external/skia/src/animator/
SkDrawBitmap.cpp 48 SK_MEMBER_PROPERTY(erase, ARGB),
71 SkDebugf("erase=\"argb(%d,%d,%d,%d)\" ", SkColorGetA(fColor)/255, SkColorGetR(fColor),
SkDrawColor.cpp 111 SK_MEMBER(color, ARGB),
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 193 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateSolidFill)(ARGB color, GpSolidFill **brush);
196 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePen1)(ARGB color, REAL width, GpUnit unit, GpPen **pen);
279 static GpBrush* _GdipCreateBrush(DWORD argb)
283 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
344 int dest_width, int dest_height, FX_ARGB argb, const FX_RECT* pClipRect)
356 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
389 ArgbDecode(argb, a, r, g, b);
405 UINT palette[4] = { PaletteFlagsHasAlpha, 2, 0, argb };
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 379 // ARGB/ABGR/RAW/BG24 testing image.
494 // Dump the result image (ARGB format).
    [all...]
  /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...]

Completed in 712 milliseconds

1 2