Lines Matching defs:shape
170 const GrStyledShape& shape,
175 return Helper::FactoryHelper<TriangulatingPathOp>(context, std::move(paint), shape,
192 const GrStyledShape& shape,
200 , fShape(shape)
205 viewMatrix.mapRect(&devBounds, shape.bounds());
206 if (shape.inverseFilled()) {
234 const GrStyledShape& shape,
238 bool inverseFill = shape.inverseFilled();
241 int shapeKeyDataCnt = shape.unstyledKeySize();
244 shape.writeUnstyledKey(&builder[0]);
255 // Triangulate the provided 'shape' in the shape's coordinate space. 'tol' should already
259 const GrStyledShape& shape,
271 SkASSERT(!shape.style().applies());
273 shape.asPath(&path);
561 GrStyledShape shape(path, style);
562 return TriangulatingPathOp::Make(context, std::move(paint), shape, viewMatrix, devClipBounds,