Searched refs:exaGetDrawableDeltas (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 136 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 D | exa_accel.c | 386 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 D | exa.c | 126 exaGetDrawableDeltas(DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp) in exaGetDrawableDeltas() function 271 exaGetDrawableDeltas(pDrawable, pPixmap, xp, yp); in exaGetOffscreenPixmap()
|
| H A D | exa_render.c | 285 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 D | exa_priv.h | 559 exaGetDrawableDeltas(DrawablePtr pDrawable, PixmapPtr pPixmap,
|