Lines Matching refs:inner
206 SkPath fInner, fOuter, fCusper; // outer is our working answer, inner is temp
407 // 3x for result == inner + outer + join (swag)
408 // 1x for inner == 'wag' (worst contour length would be better guess)
550 Return true if the inner points is close to a line connecting the outermost points.
577 for (int inner = index + 1; inner < 4; ++inner) {
578 SkVector testDiff = cubic[inner] - cubic[index];
582 outer2 = inner;
614 for (int inner = index + 1; inner < 3; ++inner) {
615 SkVector testDiff = quad[inner] - quad[index];
619 outer2 = inner;
804 SkScalar axisFlip = SkIntToScalar(fStrokeType); // go opposite ways for outer, inner
1333 // this avoids reversing an inner stroke with a partial path followed by another moveto