Lines Matching refs:pPixmap

102     PixmapPtr pPixmap = exaGetDrawablePixmap(pDrawable);  in ExaCheckPutImage()  local
104 ExaPixmapPriv(pPixmap); in ExaCheckPutImage()
113 pExaScr->prepare_access_reg(pPixmap, EXA_PREPARE_DEST, in ExaCheckPutImage()
134 PixmapPtr pPixmap = exaGetDrawablePixmap(pSrc); in ExaCheckCopyNtoN() local
136 exaGetDrawableDeltas(pSrc, pPixmap, &xoff, &yoff); in ExaCheckCopyNtoN()
138 pExaScr->prepare_access_reg(pPixmap, EXA_PREPARE_SRC, &reg); in ExaCheckCopyNtoN()
148 PixmapPtr pPixmap = exaGetDrawablePixmap(pDst); in ExaCheckCopyNtoN() local
150 exaGetDrawableDeltas(pDst, pPixmap, &xoff, &yoff); in ExaCheckCopyNtoN()
152 pExaScr->prepare_access_reg(pPixmap, EXA_PREPARE_DEST, &reg); in ExaCheckCopyNtoN()
188 PixmapPtr pPixmap = exaGetDrawablePixmap(pDrawable); in ExaFallbackPrepareReg() local
190 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in ExaFallbackPrepareReg()
197 pExaScr->prepare_access_reg(pPixmap, index, &reg); in ExaFallbackPrepareReg()
379 PixmapPtr pPixmap = pScreen->GetWindowPixmap(pWin); in ExaCheckCopyWindow() local
382 exaGetDrawableDeltas(&pWin->drawable, pPixmap, &xoff, &yoff); in ExaCheckCopyWindow()
384 pExaScr->prepare_access_reg(pPixmap, EXA_PREPARE_SRC, prgnSrc); in ExaCheckCopyWindow()
702 exaGetPixmapFirstPixel(PixmapPtr pPixmap) in exaGetPixmapFirstPixel() argument
704 switch (pPixmap->drawable.bitsPerPixel) { in exaGetPixmapFirstPixel()
709 pPixmap->drawable.pScreen->GetImage(&pPixmap->drawable, 0, 0, 1, 1, in exaGetPixmapFirstPixel()
717 pPixmap->drawable.pScreen->GetImage(&pPixmap->drawable, 0, 0, 1, 1, in exaGetPixmapFirstPixel()
727 pPixmap->drawable.pScreen->GetImage(&pPixmap->drawable, 0, 0, 1, 1, in exaGetPixmapFirstPixel()
733 pPixmap->drawable.bitsPerPixel); in exaGetPixmapFirstPixel()