Searched refs:miGetArcPts (Results 1 – 1 of 1) sorted by relevance
249 static int miGetArcPts(SppArcPtr parc, int cpt, SppPointPtr * ppPts);1407 if ((cpt = miGetArcPts(&arc, 3, &pArcPts))) { in miArcJoin()1524 if ((cpt = miGetArcPts(&arc, 0, &pArcPts))) { in miRoundCap()1646 miGetArcPts(SppArcPtr parc, /* points to an arc */ in miGetArcPts() function