Searched refs:nextLast (Results 1 – 1 of 1) sorted by relevance
1078 SkVector firstVector, lastVector, nextLast, vector; in draw_bisects() local1094 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()[all …]