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

/external/skia/src/device/xps/
H A DSkXPSDevice.cpp577 SkTScopedComPtr<IXpsOMPath> areaToFillPath; local
578 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
588 HRM(areaToFillPath->SetFillBrushLocal(areaToFillBrush.get()),
600 SkTScopedComPtr<IXpsOMPath> areaToFillPath; local
601 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath));
605 HRM(areaToFillPath->SetFillBrushLocal(areaToFillBrush.get()),

Completed in 131 milliseconds