Lines Matching defs:fInner
144 return fInner.isZeroLength() && fOuter.isZeroLength();
163 SkPath fInner, fOuter; // outer is our working answer, inner is temp
270 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
272 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal,
293 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt,
297 // now add fInner as its own contour
298 fInner.getLastPt(&pt);
300 fOuter.reversePathTo(fInner);
304 fInner.getLastPt(&pt);
306 currIsLine ? &fInner : nullptr);
307 fOuter.reversePathTo(fInner);
310 fPrevIsLine ? &fInner : nullptr);
314 // since we may re-use fInner, we rewind instead of reset, to save on
316 fInner.rewind();
346 // and our per-contour temp (fInner) will be, so we don't spend
353 fInner.incReserve(src.countPoints());
354 fInner.setIsVolatile(true);
373 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
1080 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1113 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1157 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1187 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;