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