Home
last modified time | relevance | path

Searched refs:solidBrush (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/xps/
DSkXPSDevice.cpp557 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()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp559 SkTScopedComPtr<IXpsOMSolidColorBrush> solidBrush; in createXpsSolidColorBrush() local
560 HRM(this->fXpsFactory->CreateSolidColorBrush(&xpsColor, nullptr, &solidBrush), in createXpsSolidColorBrush()
562 HRM(solidBrush->SetOpacity(alpha / 255.0f), "Could not set opacity."); in createXpsSolidColorBrush()
563 HRM(solidBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI Fail."); in createXpsSolidColorBrush()