Lines Matching defs:pptInit

76                               DDXPointPtr pptInit, int *pwidthInit, int sorted);
78 DDXPointPtr pptInit, int *pwidthInit,
91 int mode, int npt, DDXPointPtr pptInit);
93 int mode, int npt, DDXPointPtr pptInit);
101 int count, DDXPointPtr pptInit);
417 DDXPointPtr pptInit, int *pwidthInit, int sorted)
424 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
427 DDXPointPtr ppt = pptInit;
457 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
471 DDXPointPtr pptInit, int *pwidthInit, int nspans, int sorted)
477 pGC->ops->SetSpans(dst, pGC, pSrc, pptInit, pwidthInit, nspans, sorted);
480 DDXPointPtr ppt = pptInit;
505 pGC->ops->SetSpans(dst, pGC, pSrc, pptInit, pwidthInit, nspans, sorted);
627 int mode, int npt, DDXPointPtr pptInit)
633 pGC->ops->PolyPoint(dst, pGC, mode, npt, pptInit);
641 box.x1 = pptInit->x;
642 box.y1 = pptInit->y;
651 pptInit++;
658 box.x2 = box.x1 = pptInit->x;
659 box.y2 = box.y1 = pptInit->y;
661 pptInit++;
662 if (box.x1 > pptInit->x)
663 box.x1 = pptInit->x;
664 else if (box.x2 < pptInit->x)
665 box.x2 = pptInit->x;
666 if (box.y1 > pptInit->y)
667 box.y1 = pptInit->y;
668 else if (box.y2 < pptInit->y)
669 box.y2 = pptInit->y;
684 box.x2 = box.x1 = firstx = pptInit->x;
685 box.y2 = box.y1 = firsty = pptInit->y;
687 pptInit++;
688 if (abs(pptInit->x - firstx) > 20 || abs(pptInit->y - firsty) > 20) {
694 box.x2 = box.x1 = firstx = pptInit->x;
695 box.y2 = box.y1 = firsty = pptInit->y;
698 if (box.x1 > pptInit->x)
699 box.x1 = pptInit->x;
700 else if (box.x2 < pptInit->x)
701 box.x2 = pptInit->x;
702 if (box.y1 > pptInit->y)
703 box.y1 = pptInit->y;
704 else if (box.y2 < pptInit->y)
705 box.y2 = pptInit->y;
725 int mode, int npt, DDXPointPtr pptInit)
731 pGC->ops->Polylines(dst, pGC, mode, npt, pptInit);
737 box.x2 = box.x1 = pptInit->x;
738 box.y2 = box.y1 = pptInit->y;
752 pptInit++;
753 x += pptInit->x;
754 y += pptInit->y;
767 pptInit++;
768 if (box.x1 > pptInit->x)
769 box.x1 = pptInit->x;
770 else if (box.x2 < pptInit->x)
771 box.x2 = pptInit->x;
772 if (box.y1 > pptInit->y)
773 box.y1 = pptInit->y;
774 else if (box.y2 < pptInit->y)
775 box.y2 = pptInit->y;
997 int shape, int mode, int count, DDXPointPtr pptInit)
1005 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
1008 DDXPointPtr ppt = pptInit;
1056 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);