Searched refs:shadedGeometry (Results 1 – 1 of 1) sorted by relevance
1215 SkTScopedComPtr<IXpsOMGeometry> shadedGeometry; in internalDrawRect() local1216 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in internalDrawRect()1220 HRVM(shadedPath->SetGeometryLocal(shadedGeometry.get()), in internalDrawRect()1234 HRVM(shadedGeometry->SetTransformLocal(xpsTransform.get()), in internalDrawRect()1258 HRVM(shadedGeometry->GetFigures(&shadedFigures), in internalDrawRect()1406 SkTScopedComPtr<IXpsOMGeometry> shadedGeometry; in applyMask() local1407 HRM(shadedPath->GetGeometry(&shadedGeometry), in applyMask()1412 HRM(shadedGeometry->GetFigures(&shadedFigures), in applyMask()1557 SkTScopedComPtr<IXpsOMGeometry> shadedGeometry; in drawPath() local1558 HRVM(this->fXpsFactory->CreateGeometry(&shadedGeometry), in drawPath()[all …]