Searched refs:exaGetOffscreenPixmap (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c74 if (!(pPixmap = exaGetOffscreenPixmap (pDrawable, &off_x, &off_y)) ||
186 pPix = exaGetOffscreenPixmap (pDrawable, &xoff, &yoff);
256 pSrcPixmap = exaGetOffscreenPixmap (pSrcDrawable, &src_off_x, &src_off_y);
257 pDstPixmap = exaGetOffscreenPixmap (pDstDrawable, &dst_off_x, &dst_off_y);
1134 pPixmap = exaGetOffscreenPixmap (pDrawable, &xoff, &yoff);
1281 pPix = exaGetOffscreenPixmap (pDrawable, &xoff, &yoff);
H A Dexa_render.c80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm';
425 pDstPix = exaGetOffscreenPixmap (pDst->pDrawable, &dst_off_x, &dst_off_y);
430 pSrcPix = exaGetOffscreenPixmap (pSrc->pDrawable, &src_off_x, &src_off_y);
436 pMaskPix = exaGetOffscreenPixmap (pMask->pDrawable, &mask_off_x, &mask_off_y);
738 pSrcPix = exaGetOffscreenPixmap (pSrc->pDrawable, &src_off_x, &src_off_y);
746 pMaskPix = exaGetOffscreenPixmap (pMask->pDrawable, &mask_off_x,
H A Dexa_priv.h568 exaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp);
H A Dexa.c111 * exaGetOffscreenPixmap() on the drawable.
269 exaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp) function in typeref:typename:PixmapPtr
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c74 if (!(pPixmap = exaGetOffscreenPixmap(pDrawable, &off_x, &off_y)) ||
182 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff);
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y);
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y);
1124 pPixmap = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff);
1272 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff);
H A Dexa_render.c80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm';
415 pDstPix = exaGetOffscreenPixmap(pDst->pDrawable, &dst_off_x, &dst_off_y);
421 exaGetOffscreenPixmap(pSrc->pDrawable, &src_off_x, &src_off_y);
428 exaGetOffscreenPixmap(pMask->pDrawable, &mask_off_x, &mask_off_y);
727 exaGetOffscreenPixmap(pSrc->pDrawable, &src_off_x, &src_off_y);
735 pMaskPix = exaGetOffscreenPixmap(pMask->pDrawable, &mask_off_x,
H A Dexa_priv.h566 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp);
H A Dexa.c109 * exaGetOffscreenPixmap() on the drawable.
267 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp) function in typeref:typename:PixmapPtr

Completed in 23 milliseconds