Lines Matching refs:nextLast
1078 SkVector firstVector, lastVector, nextLast, vector; in draw_bisects() local
1094 nextLast = pts[0] - pts[1]; in draw_bisects()
1098 nextLast = pts[1] - pts[2]; in draw_bisects()
1099 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1100 nextLast = pts[0] - pts[2]; in draw_bisects()
1119 nextLast = pts[1] - pts[2]; in draw_bisects()
1120 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1121 nextLast = pts[0] - pts[2]; in draw_bisects()
1133 nextLast = pts[2] - pts[3]; in draw_bisects()
1134 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1135 nextLast = pts[1] - pts[3]; in draw_bisects()
1136 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1137 nextLast = pts[0] - pts[3]; in draw_bisects()
1181 lastVector = nextLast; in draw_bisects()