Lines Matching refs:fInner
184 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty()
206 SkPath fInner, fOuter, fCusper; // outer is our working answer, inner is temp member in SkPathStroker
311 fInner.moveTo(prevX - normal->fX, prevY - normal->fY); in preJoinTo()
313 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal, in preJoinTo()
334 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, in finishContour()
342 if (fInner.getBounds().contains(fOuter.getBounds())) { in finishContour()
343 fInner.swap(fOuter); in finishContour()
347 fInner.getLastPt(&pt); in finishContour()
349 fOuter.reversePathTo(fInner); in finishContour()
354 fInner.getLastPt(&pt); in finishContour()
356 currIsLine ? &fInner : nullptr); in finishContour()
357 fOuter.reversePathTo(fInner); in finishContour()
360 fPrevIsLine ? &fInner : nullptr); in finishContour()
370 fInner.rewind(); in finishContour()
411 fInner.incReserve(src.countPoints()); in SkPathStroker()
412 fInner.setIsVolatile(true); in SkPathStroker()
431 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY); in line_to()
1135 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in addDegenerateLine()
1164 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in cubicStroke()
1217 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in conicStroke()
1249 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in quadStroke()