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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c1219 SppPointPtr pArcPts; local in function:miArcJoin
1267 pArcPts = malloc(3 * sizeof (SppPointRec));
1268 if (!pArcPts)
1270 pArcPts[0].x = otherCorner.x;
1271 pArcPts[0].y = otherCorner.y;
1272 pArcPts[1].x = center.x;
1273 pArcPts[1].y = center.y;
1274 pArcPts[2].x = corner.x;
1275 pArcPts[2].y = corner.y;
1276 if( (cpt = miGetArcPts(&arc, 3, &pArcPts)) )
1390 SppPointPtr pArcPts; local in function:miRoundCap
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1350 SppPointPtr pArcPts; local in function:miArcJoin
1398 pArcPts = malloc(3 * sizeof(SppPointRec));
1399 if (!pArcPts)
1401 pArcPts[0].x = otherCorner.x;
1402 pArcPts[0].y = otherCorner.y;
1403 pArcPts[1].x = center.x;
1404 pArcPts[1].y = center.y;
1405 pArcPts[2].x = corner.x;
1406 pArcPts[2].y = corner.y;
1407 if ((cpt = miGetArcPts(&arc, 3, &pArcPts))) {
1505 SppPointPtr pArcPts; local in function:miRoundCap
[all...]

Completed in 8 milliseconds