Lines Matching defs:pts
160 register XPoint *pts,
189 PrevPt = &pts[count-1];
198 CurrPt = pts++;
407 register XPoint *pts;
434 for (pts = CurPtBlock->pts; i--; pts += 2) {
435 if (pts->x == pts[1].x)
437 if (numRects && pts->x == rects->x1 && pts->y == rects->y2 &&
438 pts[1].x == rects->x2 &&
440 (i && pts[2].y > pts[1].y)) {
441 rects->y2 = pts[1].y + 1;
446 rects->x1 = pts->x; rects->y1 = pts->y;
447 rects->x2 = pts[1].x; rects->y2 = pts[1].y + 1;
479 XPoint *Pts, /* the pts */
480 int Count, /* number of pts */
486 register int iPts = 0; /* number of pts in buffer */
489 register XPoint *pts; /* output buffer */
503 pts = Pts;
505 ((Count == 5) && (pts[4].x == pts[0].x) && (pts[4].y == pts[0].y))) &&
506 (((pts[0].y == pts[1].y) &&
507 (pts[1].x == pts[2].x) &&
508 (pts[2].y == pts[3].y) &&
509 (pts[3].x == pts[0].x)) ||
510 ((pts[0].x == pts[1].x) &&
511 (pts[1].y == pts[2].y) &&
512 (pts[2].x == pts[3].x) &&
513 (pts[3].y == pts[0].y)))) {
514 region->extents.x1 = min(pts[0].x, pts[2].x);
515 region->extents.y1 = min(pts[0].y, pts[2].y);
516 region->extents.x2 = max(pts[0].x, pts[2].x);
517 region->extents.y2 = max(pts[0].y, pts[2].y);
533 pts = FirstPtBlock.pts;
558 pts->x = pAET->bres.minor_axis, pts->y = y;
559 pts++, iPts++;
568 pts = curPtBlock->pts;
604 pts->x = pAET->bres.minor_axis, pts->y = y;
605 pts++, iPts++;
614 pts = curPtBlock->pts;