Searched refs:solidBrush (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 287 GpSolidFill* solidBrush = NULL; in _GdipCreateBrush() local 288 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush() 289 return solidBrush; in _GdipCreateBrush() 357 GpSolidFill* solidBrush; in OutputImageMask() local 358 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask() 367 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left, (float)dest_top, in OutputImageMask() 369 CallFunc(GdipDeleteBrush)(solidBrush); in OutputImageMask()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 562 SkTScopedComPtr<IXpsOMSolidColorBrush> solidBrush; in createXpsSolidColorBrush() local 563 HRM(this->fXpsFactory->CreateSolidColorBrush(&xpsColor, NULL, &solidBrush), in createXpsSolidColorBrush() 565 HRM(solidBrush->SetOpacity(alpha / 255.0f), "Could not set opacity."); in createXpsSolidColorBrush() 566 HRM(solidBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI Fail."); in createXpsSolidColorBrush()
|