Lines Matching refs:PixmapPtr
56 ephyrPreparePipelinedAccess(PixmapPtr pPix, int index) in ephyrPreparePipelinedAccess()
77 ephyrFinishPipelinedAccess(PixmapPtr pPix, int index) in ephyrFinishPipelinedAccess()
93 ephyrPrepareSolid(PixmapPtr pPix, int alu, Pixel pm, Pixel fg) in ephyrPrepareSolid()
125 ephyrSolid(PixmapPtr pPix, int x1, int y1, int x2, int y2) in ephyrSolid()
141 ephyrDoneSolid(PixmapPtr pPix) in ephyrDoneSolid()
160 ephyrPrepareCopy(PixmapPtr pSrc, PixmapPtr pDst, int dx, int dy, int alu, in ephyrPrepareCopy()
193 ephyrCopy(PixmapPtr pDst, int srcX, int srcY, int dstX, int dstY, int w, int h) in ephyrCopy()
210 ephyrDoneCopy(PixmapPtr pDst) in ephyrDoneCopy()
248 PicturePtr pDstPicture, PixmapPtr pSrc, PixmapPtr pMask, in ephyrPrepareComposite()
249 PixmapPtr pDst) in ephyrPrepareComposite()
279 ephyrComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, in ephyrComposite()
293 ephyrDoneComposite(PixmapPtr pDst) in ephyrDoneComposite()
311 ephyrDownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, int h, char *dst, in ephyrDownloadFromScreen()
348 ephyrUploadToScreen(PixmapPtr pDst, int x, int y, int w, int h, char *src, in ephyrUploadToScreen()
382 ephyrPrepareAccess(PixmapPtr pPix, int index) in ephyrPrepareAccess()