Home
last modified time | relevance | path

Searched refs:exaGetDrawableDeltas (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c136 exaGetDrawableDeltas(pSrc, pPixmap, &xoff, &yoff); in ExaCheckCopyNtoN()
150 exaGetDrawableDeltas(pDst, pPixmap, &xoff, &yoff); in ExaCheckCopyNtoN()
190 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in ExaFallbackPrepareReg()
382 exaGetDrawableDeltas(&pWin->drawable, pPixmap, &xoff, &yoff); in ExaCheckCopyWindow()
451 exaGetDrawableDeltas(pDrawable, pPix, &xoff, &yoff); in ExaSrcValidate()
574 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &xoff, &yoff); in ExaPrepareCompositeReg()
H A Dexa_accel.c386 exaGetDrawableDeltas(pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y); in exaHWCopyNtoN()
387 exaGetDrawableDeltas(pDstDrawable, pDstPixmap, &dst_off_x, &dst_off_y); in exaHWCopyNtoN()
802 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in exaPolyFillRect()
1002 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in exaFillRegionSolid()
H A Dexa.c126 exaGetDrawableDeltas(DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp) in exaGetDrawableDeltas() function
271 exaGetDrawableDeltas(pDrawable, pPixmap, xp, yp); in exaGetOffscreenPixmap()
H A Dexa_render.c285 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); in exaTryDriverSolidFill()
692 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); in exaTryDriverComposite()
H A Dexa_priv.h559 exaGetDrawableDeltas(DrawablePtr pDrawable, PixmapPtr pPixmap,