Lines Matching refs:GrShape
55 ShapeDataKey(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in ShapeDataKey()
56 ShapeDataKey(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in ShapeDataKey()
65 void set(const GrShape& shape, uint32_t dim) { in set()
77 void set(const GrShape& shape, const SkMatrix& ctm) { in set()
234 const GrShape& shape, in Make()
246 SmallPathOp(Helper::MakeArgs helperArgs, const SkPMColor4f& color, const GrShape& shape, in SmallPathOp()
523 GrDrawOpAtlas* atlas, ShapeData* shapeData, const GrShape& shape, in addDFPathToAtlas()
650 GrDrawOpAtlas* atlas, ShapeData* shapeData, const GrShape& shape, in addBMPathToAtlas()
852 GrShape fShape;
945 const GrShape& shape, in createOp_TestingOnly()
981 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()