Lines Matching refs:pDstPixmap
310 PixmapPtr pDstPixmap, in ms_exa_prepare_copy() argument
327 if (!rga_check_pixmap(pDstPixmap)) in ms_exa_prepare_copy()
350 ms_exa_copy_bail(PixmapPtr pDstPixmap, int srcX, int srcY, in ms_exa_copy_bail() argument
353 ScreenPtr screen = pDstPixmap->drawable.pScreen; in ms_exa_copy_bail()
362 gc = GetScratchGC(pDstPixmap->drawable.depth, screen); in ms_exa_copy_bail()
367 ValidateGC(&pDstPixmap->drawable, gc); in ms_exa_copy_bail()
370 ms_exa_prepare_access(pDstPixmap, 0); in ms_exa_copy_bail()
371 fbCopyArea(&pSrcPixmap->drawable, &pDstPixmap->drawable, gc, in ms_exa_copy_bail()
373 ms_exa_finish_access(pDstPixmap, 0); in ms_exa_copy_bail()
380 ms_exa_copy(PixmapPtr pDstPixmap, int srcX, int srcY, in ms_exa_copy() argument
384 ScreenPtr screen = pDstPixmap->drawable.pScreen; in ms_exa_copy()
401 if (!rga_prepare_info(pDstPixmap, &dst_info, dstX, dstY, width, height)) in ms_exa_copy()
405 if (pSrcPixmap == pDstPixmap && in ms_exa_copy()
411 width, height, rga_get_pixmap_format(pDstPixmap)); in ms_exa_copy()
427 ms_exa_copy_bail(pDstPixmap, srcX, srcY, dstX, dstY, width, height); in ms_exa_copy()