Lines Matching defs:pCache
214 XAACacheInfoPtr pCache;
237 pCache = (*infoRec->CacheColor8x8Pattern)(infoRec->pScrn, pPix, fg, bg);
240 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
297 XAACacheInfoPtr pCache;
301 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
305 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
309 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
312 pCache = NULL;
317 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
374 XAACacheInfoPtr pCache = &(infoRec->ScratchCacheInfoRec);
377 pCache->x = pPriv->offscreenArea->box.x1;
378 pCache->y = pPriv->offscreenArea->box.y1;
379 pCache->w = pCache->orig_w =
380 pPriv->offscreenArea->box.x2 - pCache->x;
381 pCache->h = pCache->orig_h =
382 pPriv->offscreenArea->box.y2 - pCache->y;
383 pCache->trans_color = -1;
386 pGC->alu, pGC->planemask, n, ppt, pwidth, fSorted, pCache,
461 XAACacheInfoPtr pCache =
463 patx = pCache->x; paty = pCache->y;
467 patx += pCache->offsets[slot].x;
468 paty += pCache->offsets[slot].y;
508 XAACacheInfoPtr pCache = NULL;
512 pCache = (*infoRec->CacheMono8x8Pattern)(pScrn, pattern0, pattern1);
513 patx = pCache->x; paty = pCache->y;
539 xorg = patx + pCache->offsets[slot].x;
540 yorg = paty + pCache->offsets[slot].y;
570 XAACacheInfoPtr pCache,
574 int patx = pCache->x, paty = pCache->y;
582 paty += pCache->offsets[slot].y;
583 patx += pCache->offsets[slot].x;
588 rop, planemask, pCache->trans_color);
616 XAACacheInfoPtr pCache,
622 (*infoRec->SetupForColor8x8PatternFill)(pScrn, pCache->x, pCache->y,
623 rop, planemask, pCache->trans_color);
637 yorg = pCache->y + pCache->offsets[slot].y;
638 xorg = pCache->x + pCache->offsets[slot].x;
666 XAACacheInfoPtr pCache,
673 pCache->trans_color);
683 phaseX = (x - xorg) % pCache->orig_w;
684 if(phaseX < 0) phaseX += pCache->orig_w;
685 phaseY = (ppt->y - yorg) % pCache->orig_h;
686 if(phaseY < 0) phaseY += pCache->orig_h;
689 blit_w = pCache->w - phaseX;
693 pCache->x + phaseX, pCache->y + phaseY,
699 phaseX = (phaseX + blit_w) % pCache->orig_w;
730 XAACacheInfoPtr pCache;
732 pCache = (*infoRec->CacheMonoStipple)(pScrn, pPix);
734 cacheWidth = (pCache->w * pScrn->bitsPerPixel) /
748 phaseX = (x - xorg) % pCache->orig_w;
749 if(phaseX < 0) phaseX += pCache->orig_w;
750 phaseY = (ppt->y - yorg) % pCache->orig_h;
751 if(phaseY < 0) phaseY += pCache->orig_h;
759 pCache->x, pCache->y + phaseY, phaseX);
764 phaseX = (phaseX + blit_w) % pCache->orig_w;