Lines Matching refs:SppPointPtr
75 } SppPointRec, *SppPointPtr; typedef
249 static int miGetArcPts(SppArcPtr parc, int cpt, SppPointPtr * ppPts);
1123 GetFPolyYBounds(SppPointPtr pts, int n, double yFtrans, int *by, int *ty) in GetFPolyYBounds()
1125 SppPointPtr ptMin; in GetFPolyYBounds()
1127 SppPointPtr ptsStart = pts; in GetFPolyYBounds()
1162 SppPointPtr ptsIn, /* the points */ in miFillSppPoly()
1350 SppPointPtr pArcPts; in miArcJoin()
1505 SppPointPtr pArcPts; in miRoundCap()
1523 pArcPts = (SppPointPtr) NULL; in miRoundCap()
1648 SppPointPtr * ppPts) in miGetArcPts()
1658 SppPointPtr poly; in miGetArcPts()
3229 mirrorSppPoint(int quadrant, SppPointPtr sppPoint) in mirrorSppPoint()