Home | History | Annotate | Download | only in tests

Lines Matching defs:fBase

252              SkScalar scale = SK_Scalar1) : fBase(geo.makeShape(paint)) {
258 : fBase(shapeArgs...) {
263 : fBase(shape) {
284 const GrShape& baseShape() const { return fBase; }
313 fAppliedPE = fBase.applyStyle(GrStyle::Apply::kPathEffectOnly, scale);
316 fAppliedFull = fBase.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale);
318 make_key(&fBaseKey, fBase);
343 fBase.asPath(&path);
344 REPORTER_ASSERT(r, path.isEmpty() == fBase.isEmpty());
345 REPORTER_ASSERT(r, path.getSegmentMasks() == fBase.segmentMask());
353 CheckBounds(r, fBase, fBase.bounds());
357 SkRect styledBounds = fBase.styledBounds();
367 fBase.asPath(&preStyle);
369 if (fBase.style().applyPathEffectToPath(&postPathEffect, &postPEStrokeRec, preStyle,
381 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
384 if (fBase.style().hasPathEffect()) {
405 GrShape fBase;
431 fBase.asPath(&a);
583 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey);
588 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey);
593 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey);