Lines Matching refs:otherCorner
1348 SppPointRec center, corner, otherCorner; in miArcJoin() local
1381 otherCorner = pLeft->counterClock; in miArcJoin()
1386 otherCorner = pRight->counterClock; in miArcJoin()
1401 pArcPts[0].x = otherCorner.x; in miArcJoin()
1402 pArcPts[0].y = otherCorner.y; in miArcJoin()
1423 poly[2] = otherCorner; in miArcJoin()
1424 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) + in miArcJoin()
1425 (corner.y - otherCorner.y) * (corner.y - otherCorner.y); in miArcJoin()
1431 e.x = (corner.x + otherCorner.x) / 2; in miArcJoin()
1432 e.y = (corner.y + otherCorner.y) / 2; in miArcJoin()
1442 poly[2] = otherCorner; in miArcJoin()
1456 SppPointRec corner, otherCorner, center, endPoint, poly[5]; in miArcCap() local
1459 otherCorner = pFace->counterClock; in miArcCap()
1463 poly[0].x = otherCorner.x; in miArcCap()
1464 poly[0].y = otherCorner.y; in miArcCap()
1469 poly[3].x = otherCorner.x - (otherCorner.y - center.y); in miArcCap()
1470 poly[3].y = otherCorner.y + (otherCorner.x - center.x); in miArcCap()
1471 poly[4].x = otherCorner.x; in miArcCap()
1472 poly[4].y = otherCorner.y; in miArcCap()
1481 miRoundCap(pDraw, pGC, center, endPoint, corner, otherCorner, 0, in miArcCap()