Lines Matching refs:ppt

143     DDXPointPtr ppt,
151 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted);
164 DDXPointPtr ppt,
194 n, ppt, pwidth, fSorted, pPriv->pattern0, pPriv->pattern1,
208 DDXPointPtr ppt,
240 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
254 DDXPointPtr ppt,
275 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted,
291 DDXPointPtr ppt,
317 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
332 DDXPointPtr ppt,
353 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted,
368 DDXPointPtr ppt,
386 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
405 DDXPointPtr ppt,
419 (*infoRec->SubsequentSolidFillRect)(pScrn, ppt->x, ppt->y,
421 ppt++; pwidth++;
441 DDXPointPtr ppt,
483 xorg, yorg, ppt->x, ppt->y, *pwidth, 1);
484 ppt++; pwidth++;
500 DDXPointPtr ppt,
525 xorg = (ppt->x - xorigin) & 0x07;
526 yorg = (ppt->y - yorigin) & 0x07;
545 xorg, yorg, ppt->x, ppt->y, *pwidth, 1);
546 ppt++; pwidth++;
568 DDXPointPtr ppt,
597 xorg, yorg, ppt->x, ppt->y, *pwidth, 1);
598 ppt++; pwidth++;
614 DDXPointPtr ppt,
631 xorg = (ppt->x - xorigin) & 0x07;
632 yorg = (ppt->y - yorigin) & 0x07;
642 xorg, yorg, ppt->x, ppt->y, *pwidth, 1);
643 ppt++; pwidth++;
663 DDXPointPtr ppt,
681 x = ppt->x;
685 phaseY = (ppt->y - yorg) % pCache->orig_h;
694 x, ppt->y, blit_w, 1);
701 ppt++; pwidth++;
722 DDXPointPtr ppt,
746 x = ppt->x;
750 phaseY = (ppt->y - yorg) % pCache->orig_h;
758 pScrn, x, ppt->y, blit_w, 1,
766 ppt++; pwidth++;
780 DDXPointPtr ppt,
806 if ((pextent->y1 <= ppt->y) && (ppt->y < pextent->y2)) {
807 pptNew->x = max(pextent->x1, ppt->x);
808 Right = ppt->x + *pwidth;
812 pptNew->y = ppt->y;
824 ppt++;
836 while(nbox && (pbox->y2 <= ppt->y)) {
841 if(nbox && (pbox->y1 <= ppt->y)) {
843 Right = ppt->x + *pwidth;
845 if(pbox->x2 <= ppt->x) {
856 pptNew->x = max(pbox->x1, ppt->x);
859 pptNew->y = ppt->y;
874 ppt++;