Lines Matching defs:fInner
184 return fInner.isZeroLengthSincePoint(0) &&
206 SkPath fInner, fOuter, fCusper; // outer is our working answer, inner is temp
311 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
313 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal,
334 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt,
342 if (fInner.getBounds().contains(fOuter.getBounds())) {
343 fInner.swap(fOuter);
346 // now add fInner as its own contour
347 fInner.getLastPt(&pt);
349 fOuter.reversePathTo(fInner);
354 fInner.getLastPt(&pt);
356 currIsLine ? &fInner : nullptr);
357 fOuter.reversePathTo(fInner);
360 fPrevIsLine ? &fInner : nullptr);
368 // since we may re-use fInner, we rewind instead of reset, to save on
370 fInner.rewind();
404 // and our per-contour temp (fInner) will be, so we don't spend
411 fInner.incReserve(src.countPoints());
412 fInner.setIsVolatile(true);
431 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
1135 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1164 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1217 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1249 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;