Lines Matching refs:counterClock
189 SppPointRec counterClock;
1206 b->counterClock.x -= fx;
1207 b->counterClock.y -= fy;
1243 if (pRight->clock.x == pLeft->counterClock.x &&
1244 pRight->clock.y == pLeft->counterClock.y)
1247 if (0 <= (a = angleBetween (center, pRight->clock, pLeft->counterClock))
1251 otherCorner = pLeft->counterClock;
1253 a = angleBetween (center, pLeft->clock, pRight->counterClock);
1255 otherCorner = pRight->counterClock;
1334 otherCorner = pFace->counterClock;
2422 right->counterClock.x = x0 + lx;
2423 right->counterClock.y = y0 + ly;
2431 left->counterClock.x = x1 - lx;
2432 left->counterClock.y = y1 - ly;
2645 right->counterClock.y = bound->outer.min;
2646 right->counterClock.x = outerx.min;
2658 left->counterClock.y = bound->inner.max;
2659 left->counterClock.x = innerx.max;
3455 mirrorSppPoint (rightq, &right->counterClock);
3460 right->clock = right->counterClock;
3461 right->counterClock = temp;
3465 mirrorSppPoint (leftq, &left->counterClock);
3472 left->clock = left->counterClock;
3473 left->counterClock = temp;