Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c1350 SppPointPtr pArcPts; in miArcJoin() local
1398 pArcPts = malloc(3 * sizeof(SppPointRec)); in miArcJoin()
1399 if (!pArcPts) in miArcJoin()
1401 pArcPts[0].x = otherCorner.x; in miArcJoin()
1402 pArcPts[0].y = otherCorner.y; in miArcJoin()
1403 pArcPts[1].x = center.x; in miArcJoin()
1404 pArcPts[1].y = center.y; in miArcJoin()
1405 pArcPts[2].x = corner.x; in miArcJoin()
1406 pArcPts[2].y = corner.y; in miArcJoin()
1407 if ((cpt = miGetArcPts(&arc, 3, &pArcPts))) { in miArcJoin()
[all …]