Lines Matching defs:pptInit

78 			      DDXPointPtr pptInit, int *pwidthInit, 
81 DDXPointPtr pptInit, int *pwidthInit,
94 int mode, int npt, DDXPointPtr pptInit);
96 int mode, int npt, DDXPointPtr pptInit);
104 DDXPointPtr pptInit);
419 DDXPointPtr pptInit, int *pwidthInit, int sorted)
426 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
428 DDXPointPtr ppt = pptInit;
459 pGC->ops->FillSpans(dst, pGC, nInit, pptInit, pwidthInit, sorted);
473 DDXPointPtr pptInit, int *pwidthInit,
480 pGC->ops->SetSpans(dst, pGC, pSrc, pptInit, pwidthInit,
483 DDXPointPtr ppt = pptInit;
508 pGC->ops->SetSpans(dst, pGC, pSrc, pptInit, pwidthInit,
632 int mode, int npt, DDXPointPtr pptInit)
638 pGC->ops->PolyPoint(dst, pGC, mode, npt, pptInit);
646 box.x1 = pptInit->x;
647 box.y1 = pptInit->y;
656 pptInit++;
663 box.x2 = box.x1 = pptInit->x;
664 box.y2 = box.y1 = pptInit->y;
666 pptInit++;
667 if (box.x1 > pptInit->x)
668 box.x1 = pptInit->x;
669 else if (box.x2 < pptInit->x)
670 box.x2 = pptInit->x;
671 if (box.y1 > pptInit->y)
672 box.y1 = pptInit->y;
673 else if (box.y2 < pptInit->y)
674 box.y2 = pptInit->y;
689 box.x2 = box.x1 = firstx = pptInit->x;
690 box.y2 = box.y1 = firsty = pptInit->y;
692 pptInit++;
693 if (abs(pptInit->x - firstx) > 20 ||
694 abs(pptInit->y - firsty) > 20) {
700 box.x2 = box.x1 = firstx = pptInit->x;
701 box.y2 = box.y1 = firsty = pptInit->y;
703 if (box.x1 > pptInit->x) box.x1 = pptInit->x;
704 else if (box.x2 < pptInit->x) box.x2 = pptInit->x;
705 if (box.y1 > pptInit->y) box.y1 = pptInit->y;
706 else if (box.y2 < pptInit->y) 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;
766 pptInit++;
767 if (box.x1 > pptInit->x)
768 box.x1 = pptInit->x;
769 else if (box.x2 < pptInit->x)
770 box.x2 = pptInit->x;
771 if (box.y1 > pptInit->y)
772 box.y1 = pptInit->y;
773 else if (box.y2 < pptInit->y)
774 box.y2 = pptInit->y;
983 DDXPointPtr pptInit)
991 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);
993 DDXPointPtr ppt = pptInit;
1041 pGC->ops->FillPolygon(dst, pGC, shape, mode, count, pptInit);