Searched refs:solidBrush (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 459 GpSolidFill* solidBrush = nullptr; in _GdipCreateBrush() local 460 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush() 461 return solidBrush; in _GdipCreateBrush() 538 GpSolidFill* solidBrush; in OutputImageMask() local 539 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask() 548 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, in OutputImageMask() 551 CallFunc(GdipDeleteBrush)(solidBrush); in OutputImageMask()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 557 SkTScopedComPtr<IXpsOMSolidColorBrush> solidBrush; in createXpsSolidColorBrush() local 558 HRM(this->fXpsFactory->CreateSolidColorBrush(&xpsColor, nullptr, &solidBrush), in createXpsSolidColorBrush() 560 HRM(solidBrush->SetOpacity(alpha / 255.0f), "Could not set opacity."); in createXpsSolidColorBrush() 561 HRM(solidBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI Fail."); in createXpsSolidColorBrush()
|