Lines Matching refs:counterClock
191 SppPointRec counterClock;
1337 b->counterClock.x -= fx;
1338 b->counterClock.y -= fy;
1374 if (pRight->clock.x == pLeft->counterClock.x &&
1375 pRight->clock.y == pLeft->counterClock.y)
1378 if (0 <= (a = angleBetween(center, pRight->clock, pLeft->counterClock))
1381 otherCorner = pLeft->counterClock;
1384 a = angleBetween(center, pLeft->clock, pRight->counterClock);
1386 otherCorner = pRight->counterClock;
1459 otherCorner = pFace->counterClock;
2506 right->counterClock.x = x0 + lx;
2507 right->counterClock.y = y0 + ly;
2514 left->counterClock.x = x1 - lx;
2515 left->counterClock.y = y1 - ly;
2697 right->counterClock.y = bound->outer.min;
2698 right->counterClock.x = outerx.min;
2710 left->counterClock.y = bound->inner.max;
2711 left->counterClock.x = innerx.max;
3470 mirrorSppPoint(rightq, &right->counterClock);
3475 right->clock = right->counterClock;
3476 right->counterClock = temp;
3480 mirrorSppPoint(leftq, &left->counterClock);
3487 left->clock = left->counterClock;
3488 left->counterClock = temp;