Lines Matching defs:pts
58 static int GetFPolyYBounds(SppPointPtr pts, int n, double yFtrans,253 SppPointPtr pts,261 SppPointPtr ptsStart = pts;263 ptMin = pts;264 ymin = ymax = (pts++)->y;267 if (pts->y < ymin)269 ptMin = pts;270 ymin = pts->y;272 if(pts->y > ymax)273 ymax = pts->y;275 pts++;