Home | History | Annotate | Download | only in xps

Lines Matching full:solidbrush

518     SkTScopedComPtr<IXpsOMSolidColorBrush> solidBrush;
519 HRM(this->fXpsFactory->CreateSolidColorBrush(&xpsColor, NULL, &solidBrush),
521 HRM(solidBrush->SetOpacity(alpha / 255.0f), "Could not set opacity.");
522 HRM(solidBrush->QueryInterface<IXpsOMBrush>(xpsBrush), "QI Fail.");