Home | History | Annotate | Download | only in Intersection

Lines Matching refs:used

45         for (int pt = 0; pt < tIntersections.used(); ++pt) {
234 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
239 pt2 = intersections2.fFlip ? intersections2.used() - pt1 - 1 : pt1;
250 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
260 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
265 for (pt1 = 0; pt1 < intersections2.used(); ++pt1) {
274 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
324 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
330 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
425 if (i.used() == 0) {
520 if (i2.used() > 1) {
535 // FIXME: a failure here probably means that a core routine used by CubicChopper is failing
604 for (int pt = 0; pt < intersections2.used(); ++pt) {
608 int pt2 = intersections2.fFlip ? intersections2.used() - pt - 1 : pt;
766 SkASSERT(i.used() == 1);