Searched refs:counterClock (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c189 SppPointRec counterClock; member in struct:_miArcFace
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;
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c191 SppPointRec counterClock; member in struct:_miArcFace
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;
[all...]

Completed in 7 milliseconds