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