• Home
  • Raw
  • Download

Lines Matching refs:fBase

520             : fBase(new GrShape(geo.makeShape(paint))) {  in TestCase()
525 TestCase(skiatest::Reporter* r, ShapeArgs... shapeArgs) : fBase(new GrShape(shapeArgs...)) { in TestCase()
530 : fBase(new GrShape(shape)) { in TestCase()
551 const GrShape& baseShape() const { return *fBase; } in baseShape()
584 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()
587 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
589 make_key(&fBaseKey, *fBase); in init()
596 check_original_path_ids(r, *fBase, *fAppliedPE, *fAppliedPEThenStroke, *fAppliedFull); in init()
618 fBase->asPath(&path); in init()
619 REPORTER_ASSERT(r, path.isEmpty() == fBase->isEmpty()); in init()
620 REPORTER_ASSERT(r, path.getSegmentMasks() == fBase->segmentMask()); in init()
628 CheckBounds(r, *fBase, fBase->bounds()); in init()
632 SkRect styledBounds = fBase->styledBounds(); in init()
642 fBase->asPath(&preStyle); in init()
644 if (fBase->style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle, in init()
656 if (fBase->style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) { in init()
659 if (fBase->style().hasPathEffect()) { in init()
678 test_inversions(r, *fBase, fBaseKey); in init()
683 std::unique_ptr<GrShape> fBase; member in __anon2695f3e30111::TestCase
709 fBase->asPath(&a); in testExpectations()
730 check_equivalence(r, *fBase, *that.fBase, fBaseKey, that.fBaseKey); in compare()
735 check_equivalence(r, *fBase, *that.fBase, fBaseKey, that.fBaseKey); in compare()
740 check_equivalence(r, *fBase, *that.fBase, fBaseKey, that.fBaseKey); in compare()