Lines Matching refs:nextLast
1073 SkVector firstVector, lastVector, nextLast, vector; in draw_bisects() local
1089 nextLast = pts[0] - pts[1]; in draw_bisects()
1093 nextLast = pts[1] - pts[2]; in draw_bisects()
1094 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1095 nextLast = pts[0] - pts[2]; in draw_bisects()
1114 nextLast = pts[1] - pts[2]; in draw_bisects()
1115 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1116 nextLast = pts[0] - pts[2]; in draw_bisects()
1128 nextLast = pts[2] - pts[3]; in draw_bisects()
1129 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1130 nextLast = pts[1] - pts[3]; in draw_bisects()
1131 if (SkScalarNearlyZero(nextLast.length())) { in draw_bisects()
1132 nextLast = pts[0] - pts[3]; in draw_bisects()
1176 lastVector = nextLast; in draw_bisects()