Home | History | Annotate | Download | only in win32

Lines Matching refs:ARGB

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 };
623 CallFunc(GdipCreateSolidFill)((ARGB)fill_argb, (GpSolidFill**)pBrush);
686 int dest_width, int dest_height, FX_DWORD argb
698 OutputImageMask(pGraphics, bMonoDevice, pBitmap, dest_left, dest_top, dest_width, dest_height, argb, pClipRect);
722 static GpPen* _GdipCreatePen(const CFX_GraphStateData* pGraphState, const CFX_AffineMatrix* pMatrix, DWORD argb, FX_BOOL bTextMode = FALSE)
733 CallFunc(GdipCreatePen1)((ARGB)argb, width, UnitWorld, &pPen);