Lines Matching defs:shape
61 const GrStyledShape& shape,
65 return Helper::FactoryHelper<SmallPathOp>(context, std::move(paint), shape, viewMatrix,
69 SmallPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const GrStyledShape& shape,
74 SkASSERT(shape.hasUnstyledKey());
76 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsHairline::kNo);
87 fShapes.emplace_back(Entry{color, shape, viewMatrix});
353 const GrStyledShape& shape,
357 const SkRect& bounds = shape.bounds();
399 shape.asPath(&path);
449 const GrStyledShape& shape,
451 const SkRect& bounds = shape.bounds();
483 shape.asPath(&path);
666 // If the shape has no key then we won't get any reuse.
733 GrStyledShape shape(GrTest::TestPath(random), GrStyle::SimpleFill());
734 return skgpu::v1::SmallPathOp::Make(context, std::move(paint), shape, viewMatrix, gammaCorrect,