Lines Matching defs:oddPts
469 int maxPts, DDXPointPtr * evenPts, DDXPointPtr * oddPts)
616 pts = *oddPts;
629 *oddPts = pts;
649 DDXPointPtr points, pts, oddPts = NULL;
703 oddPts = &points[(numPts >> 1) - 1];
706 oddPts + 1, maxPts, &pts, &oddPts);
736 oddPts++;
737 n = pts - oddPts;
739 (*pGC->ops->PolyPoint) (pDraw, pGC, CoordModeOrigin, n, oddPts);
746 for (pt = oddPts; pt != pts; pt++) {
751 (*pGC->ops->FillSpans) (pDraw, pGC, n, oddPts, widths, FALSE);