Home
last modified time | relevance | path

Searched refs:dstY (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c351 int dstX, int dstY, int width, int height) in ms_exa_copy_bail() argument
372 srcX, srcY, width, height, dstX, dstY); in ms_exa_copy_bail()
381 int dstX, int dstY, int width, int height) in ms_exa_copy() argument
401 if (!rga_prepare_info(pDstPixmap, &dst_info, dstX, dstY, width, height)) in ms_exa_copy()
406 (ABS(dstX - srcX) < width || ABS(dstY - srcX) < height)) { in ms_exa_copy()
427 ms_exa_copy_bail(pDstPixmap, srcX, srcY, dstX, dstY, width, height); in ms_exa_copy()
573 int maskX, int maskY, int dstX, int dstY, in ms_exa_composite_bail() argument
595 ms_exa_composite_fix_offsets(pDstPicture->pDrawable, pDst, &dstX, &dstY); in ms_exa_composite_bail()
602 dstX, dstY, width, height); in ms_exa_composite_bail()
613 int maskX, int maskY, int dstX, int dstY, in ms_exa_composite() argument
[all …]
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c1135 int dstY = pBox[i].y1; in exaFillRegionTiled() local
1141 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY); in exaFillRegionTiled()
1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY, in exaFillRegionTiled()
1171 dstY += h; in exaFillRegionTiled()
1192 int dstY = pBox[i].y1 + tileHeight; in exaFillRegionTiled() local
1194 if ((dstX < pBox[i].x2) || (dstY < pBox[i].y2)) { in exaFillRegionTiled()
1208 int dstY = pBox[i].y1 + tileHeight; in exaFillRegionTiled() local
1221 height = min(pBox[i].y2 - dstY, tileHeight); in exaFillRegionTiled()
1223 while (dstY < pBox[i].y2) { in exaFillRegionTiled()
1225 pBox[i].x1, dstY, width, in exaFillRegionTiled()
[all …]
H A Dexa.h296 int srcY, int dstX, int dstY, int width, int height);
433 int maskY, int dstX, int dstY, int width, int height);
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c193 ephyrCopy(PixmapPtr pDst, int srcX, int srcY, int dstX, int dstY, int w, int h) in ephyrCopy() argument
203 srcX, srcY, w, h, dstX, dstY); in ephyrCopy()
280 int dstX, int dstY, int w, int h) in ephyrComposite() argument
288 fakexa->pDstPicture, srcX, srcY, maskX, maskY, dstX, dstY, in ephyrComposite()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A DppOp.h71 RK_U32 dstY; // dst y member
H A DppOp.cpp168 opt.dstY = 0; in main()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c668 rep.dstY = y - pDst->drawable.y; in PanoramiXTranslateCoords()
672 rep.dstY += screenInfo.screens[0]->y; in PanoramiXTranslateCoords()
1093 dsty = stuff->dstY; in PanoramiXCopyArea()
1208 stuff->dstY = dsty - screenInfo.screens[j]->y; in PanoramiXCopyArea()
1231 stuff->dstX, stuff->dstY); in PanoramiXCopyArea()
1305 dsty = stuff->dstY; in PanoramiXCopyPlane()
1320 stuff->dstY = dsty - screenInfo.screens[j]->y; in PanoramiXCopyPlane()
1347 stuff->dstX, stuff->dstY, in PanoramiXCopyPlane()
1926 orig_y = stuff->dstY; in PanoramiXPutImage()
1930 stuff->dstY = orig_y - screenInfo.screens[j]->y; in PanoramiXPutImage()
H A Dshm.c592 stuff->dstX, stuff->dstY, in ProcShmPutImage()
602 stuff->dstX, stuff->dstY, shmdesc->addr + stuff->offset); in ProcShmPutImage()
762 orig_y = stuff->dstY; in ProcPanoramiXShmPutImage()
772 stuff->dstY = orig_y - screenInfo.screens[j]->y; in ProcPanoramiXShmPutImage()
1439 swaps(&stuff->dstY); in SProcShmPutImage()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswapreq.c434 swaps(&stuff->dstY); in SProcWarpPointer()
595 swaps(&stuff->dstY); in SProcCopyArea()
613 swaps(&stuff->dstY); in SProcCopyPlane()
660 swaps(&stuff->dstY); in SProcPutImage()
H A Ddispatch.c1183 rep.dstX = rep.dstY = 0; in ProcTranslateCoords()
1224 rep.dstY = y - pDst->drawable.y; in ProcTranslateCoords()
1723 stuff->dstX, stuff->dstY); in ProcCopyArea()
1770 stuff->dstX, stuff->dstY, stuff->bitPlane); in ProcCopyPlane()
2062 (*pGC->ops->PutImage) (pDraw, pGC, stuff->depth, stuff->dstX, stuff->dstY, in ProcPutImage()
H A Dswaprep.c329 swaps(&pRep->dstY); in STranslateCoordsReply()
H A Devents.c3503 y += stuff->dstY; in XineramaWarpPointer()
3596 y += stuff->dstY; in ProcWarpPointer()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h1447 int32 dstY; member
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0004-Make-video-API-forward-and-backward-compatible.patch635 imxExaZ160Copy(PixmapPtr pPixmapDst, int srcX, int srcY, int dstX, int dstY, int width, int height)
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2ext.h288 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
290 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
1214 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
1216 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl32.h1734 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…
1779 …srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsize…