Lines Matching refs:otherCorner
1217 SppPointRec center, corner, otherCorner;
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.y);
1300 e.x = (corner.x + otherCorner.x) / 2;
1301 e.y = (corner.y + otherCorner.y) / 2;
1311 poly[2] = otherCorner;
1331 SppPointRec corner, otherCorner, center, endPoint, poly[5];
1334 otherCorner = pFace->counterClock;
1338 poly[0].x = otherCorner.x;
1339 poly[0].y = otherCorner.y;
1346 poly[3].x = otherCorner.x -
1347 (otherCorner.y - center.y);
1348 poly[3].y = otherCorner.y +
1349 (otherCorner.x - center.x);
1350 poly[4].x = otherCorner.x;
1351 poly[4].y = otherCorner.y;
1360 miRoundCap (pDraw, pGC, center, endPoint, corner, otherCorner, 0,