Home | History | Annotate | Download | only in core

Lines Matching refs:fInner

102     SkPath  fInner, fOuter; // outer is our working answer, inner is temp
140 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
142 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal,
161 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt,
165 // now add fInner as its own contour
166 fInner.getLastPt(&pt);
168 fOuter.reversePathTo(fInner);
172 fInner.getLastPt(&pt);
174 currIsLine ? &fInner : NULL);
175 fOuter.reversePathTo(fInner);
178 fPrevIsLine ? &fInner : NULL);
182 // since we may re-use fInner, we rewind instead of reset, to save on
184 fInner.rewind();
213 // and our per-contour temp (fInner) will be, so we don't spend
219 fInner.incReserve(src.countPoints());
232 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
277 fInner.quadTo( pts[1].fX - normalB.fX, pts[1].fY - normalB.fY,
360 fInner.cubicTo( pts[1].fX - normalB.fX, pts[1].fY - normalB.fY,
398 fInner.lineTo(tmp[2].fX - normalAB.fX, tmp[2].fY - normalAB.fY);
399 fInner.lineTo(tmp[2].fX - normalBC.fX, tmp[2].fY - normalBC.fY);
400 fInner.lineTo(tmp[4].fX - normalBC.fX, tmp[4].fY - normalBC.fY);