Home | History | Annotate | Download | only in Intersection

Lines Matching refs:pt1

230     int pt1, pt2, pt3;
234 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
235 tt1 = intersections2.fT[0][pt1];
239 pt2 = intersections2.fFlip ? intersections2.used() - pt1 - 1 : pt1;
244 __FUNCTION__, tt1, xy1.x, xy1.y, intersections2.fPt[pt1].x,
245 intersections2.fPt[pt1].y, xy2.x, xy2.y, tt2);
265 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
266 if (approximately_equal(tt3, intersections2.fT[0][pt1])) {
279 __FUNCTION__, tt1, xy1.x, xy1.y, intersections3.fPt[pt1].x,
280 intersections3.fPt[pt1].y, xy2.x, xy2.y, tt2);
768 _Point pt1 = xy_at_t(cubic, i.fT[0][0]);
770 SkASSERT(pt1.approximatelyEqual(pt2));