Lines Matching refs:shadedFigures
1257 SkTScopedComPtr<IXpsOMGeometryFigureCollection> shadedFigures; in internalDrawRect() local
1258 HRVM(shadedGeometry->GetFigures(&shadedFigures), in internalDrawRect()
1262 HRVM(shadedFigures->Append(rectFigure.get()), in internalDrawRect()
1411 SkTScopedComPtr<IXpsOMGeometryFigureCollection> shadedFigures; in applyMask() local
1412 HRM(shadedGeometry->GetFigures(&shadedFigures), in applyMask()
1438 HRM(shadedFigures->Append(shadedFigure.get()), in applyMask()
1671 SkTScopedComPtr<IXpsOMGeometryFigureCollection> shadedFigures; in drawPath() local
1672 HRVM(shadedGeometry->GetFigures(&shadedFigures), in drawPath()
1706 HRVM(shadedFigures->Append(addOneFigure.get()), in drawPath()
1737 HRV(this->addXpsPathGeometry(shadedFigures.get(), in drawPath()
1808 SkTScopedComPtr<IXpsOMGeometryFigureCollection> shadedFigures; in drawBitmap() local
1809 HRVM(shadedGeometry->GetFigures(&shadedFigures), in drawBitmap()
1843 HRVM(shadedFigures->Append(rectFigure.get()), in drawBitmap()