Home
last modified time | relevance | path

Searched refs:exaGetOffscreenPixmap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c80 loc = exaGetOffscreenPixmap(pict->pDrawable, &temp, &temp) ? 's' : 'm'; in exaCompositeFallbackPictDesc()
415 pDstPix = exaGetOffscreenPixmap(pDst->pDrawable, &dst_off_x, &dst_off_y); in exaTryDriverCompositeRects()
421 exaGetOffscreenPixmap(pSrc->pDrawable, &src_off_x, &src_off_y); in exaTryDriverCompositeRects()
428 exaGetOffscreenPixmap(pMask->pDrawable, &mask_off_x, &mask_off_y); in exaTryDriverCompositeRects()
727 exaGetOffscreenPixmap(pSrc->pDrawable, &src_off_x, &src_off_y); in exaTryDriverComposite()
735 pMaskPix = exaGetOffscreenPixmap(pMask->pDrawable, &mask_off_x, in exaTryDriverComposite()
H A Dexa_accel.c74 if (!(pPixmap = exaGetOffscreenPixmap(pDrawable, &off_x, &off_y)) || in exaFillSpans()
182 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaDoPutImage()
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y); in exaCopyNtoNTwoDir()
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); in exaCopyNtoNTwoDir()
1124 pPixmap = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaFillRegionTiled()
1272 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaGetImage()
H A Dexa_priv.h566 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp);
H A Dexa.c267 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp) in exaGetOffscreenPixmap() function