Searched refs:topPath (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1520 SkTScopedComPtr<IXpsOMPath> topPath; local
1521 HRM(this->fXpsFactory->CreatePath(&topPath),
1523 HRM(topPath->SetGeometryLocal(topGeometry.get()),
1525 HRM(topPath->SetFillBrushLocal(topBrush.get()),
1533 HRM(topVisuals->Append(topPath.get()),
1538 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO));

Completed in 48 milliseconds