Lines Matching defs:pts
521 pts->x = xorg - x; \
522 pts->y = yorg - y; \
524 pts++; \
528 pts->x = xorg - x; \
529 pts->y = yorg + y + dy; \
530 pts++; \
545 DDXPointPtr pts;
565 pts = points;
572 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
588 DDXPointPtr pts;
608 pts = points;
615 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
623 pts->x = l; \
624 pts->y = ya; \
625 pts++; \
654 DDXPointPtr pts;
680 pts = points;
700 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
718 DDXPointPtr pts;
744 pts = points;
764 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);