Searched defs:fillBrush (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1478 SkTScopedComPtr<IXpsOMBrush> fillBrush; local
1479 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix));
1480 HRM(shadedPath->SetFillBrushLocal(fillBrush.get()),
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1635 SkTScopedComPtr<IXpsOMBrush> fillBrush; local
1636 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix));
1637 HRM(shadedPath->SetFillBrushLocal(fillBrush.get()),

Completed in 50 milliseconds