Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c1348 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()
[all …]