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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c1217 SppPointRec center, corner, otherCorner; local in function:miArcJoin
1251 otherCorner = pLeft->counterClock;
1255 otherCorner = pRight->counterClock;
1270 pArcPts[0].x = otherCorner.x;
1271 pArcPts[0].y = otherCorner.y;
1292 poly[2] = otherCorner;
1293 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) +
1294 (corner.y - otherCorner.y) * (corner.y - otherCorner
1331 SppPointRec corner, otherCorner, center, endPoint, poly[5]; local in function:miArcCap
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1348 SppPointRec center, corner, otherCorner; local in function:miArcJoin
1381 otherCorner = pLeft->counterClock;
1386 otherCorner = pRight->counterClock;
1401 pArcPts[0].x = otherCorner.x;
1402 pArcPts[0].y = otherCorner.y;
1423 poly[2] = otherCorner;
1424 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) +
1425 (corner.y - otherCorner.y) * (corner.y - otherCorner
1456 SppPointRec corner, otherCorner, center, endPoint, poly[5]; local in function:miArcCap
[all...]

Completed in 8 milliseconds