Lines Matching refs:pts
161 miCreateETandAET(int count, DDXPointPtr pts, EdgeTable * ET, in miCreateETandAET() argument
190 PrevPt = &pts[count - 1]; in miCreateETandAET()
198 CurrPt = pts++; in miCreateETandAET()
351 getPolyYBounds(DDXPointPtr pts, int n, int *by, int *ty) in getPolyYBounds() argument
355 DDXPointPtr ptsStart = pts; in getPolyYBounds()
357 ptMin = pts; in getPolyYBounds()
358 ymin = ymax = (pts++)->y; in getPolyYBounds()
361 if (pts->y < ymin) { in getPolyYBounds()
362 ptMin = pts; in getPolyYBounds()
363 ymin = pts->y; in getPolyYBounds()
365 if (pts->y > ymax) in getPolyYBounds()
366 ymax = pts->y; in getPolyYBounds()
368 pts++; in getPolyYBounds()