Lines Matching refs:locals
116 SkIntersections locals;
117 locals.allowNear(false);
118 intersectWithOrder(s1.fQuad, o1, s2.fQuad, o2, locals);
119 int tCount = locals.used();
121 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx];
122 double to2 = t2Start + (t2 - t2Start) * locals[1][tIdx];
128 // SkASSERT(!locals.isCoincident(tIdx));
139 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2;
142 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2;
174 (t2Start + (t2 - t2Start) * locals[1][tIdx - 1] + to2) / 2;
176 (t2Start + (t2 - t2Start) * locals[1][tIdx + 1] + to2) / 2;