Lines Matching refs:fBase
527 : fBase(new GrStyledShape(geo.makeShape(paint))) { in TestCase()
533 : fBase(new GrStyledShape(shapeArgs...)) { in TestCase()
538 : fBase(new GrStyledShape(shape)) { in TestCase()
559 const GrStyledShape& baseShape() const { return *fBase; } in baseShape()
593 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()
596 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
598 make_key(&fBaseKey, *fBase); in init()
605 check_original_path_ids(r, *fBase, *fAppliedPE, *fAppliedPEThenStroke, *fAppliedFull); in init()
627 fBase->asPath(&path); in init()
628 REPORTER_ASSERT(r, path.isEmpty() == fBase->isEmpty()); in init()
629 REPORTER_ASSERT(r, path.getSegmentMasks() == fBase->segmentMask()); in init()
637 CheckBounds(r, *fBase, fBase->bounds()); in init()
641 SkRect styledBounds = fBase->styledBounds(); in init()
651 fBase->asPath(&preStyle); in init()
653 if (fBase->style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()
666 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
669 if (fBase->style().hasPathEffect()) { in init()
688 test_inversions(r, *fBase, fBaseKey); in init()
693 std::unique_ptr<GrStyledShape> fBase; member in __anonfa23bdba0111::TestCase
719 fBase->asPath(&a); in testExpectations()
740 check_equivalence(r, *fBase, *that.fBase, fBaseKey, that.fBaseKey); in compare()
745 check_equivalence(r, *fBase, *that.fBase, fBaseKey, that.fBaseKey); in compare()
750 check_equivalence(r, *fBase, *that.fBase, fBaseKey, that.fBaseKey); in compare()