| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbblt.c | 48 int dstX, in fbBlt() argument 63 !(srcX & 7) && !(dstX & 7) && !(width & 7)) in fbBlt() 66 CARD8 *dst_byte = (CARD8 *) dstLine + (dstX >> 3); in fbBlt() 103 FbMaskBitsBytes(dstX, width, destInvarient, startmask, startbyte, in fbBlt() 107 dstLine += ((dstX + width - 1) >> FB_SHIFT) + 1; in fbBlt() 109 dstX = (dstX + width - 1) & FB_MASK; in fbBlt() 113 dstLine += dstX >> FB_SHIFT; in fbBlt() 115 dstX &= FB_MASK; in fbBlt() 117 if (srcX == dstX) { in fbBlt() 195 if (srcX > dstX) { in fbBlt() [all …]
|
| H A D | fbsolid.c | 34 int dstX, int bpp, int width, int height, FbBits and, FbBits xor) in fbSolid() argument 40 dst += dstX >> FB_SHIFT; in fbSolid() 41 dstX &= FB_MASK; in fbSolid() 42 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte, in fbSolid()
|
| H A D | fbbltone.c | 164 int dstX, /* bit position of dest */ in fbBltOne() argument 217 dst += dstX >> FB_SHIFT; in fbBltOne() 219 dstX &= FB_MASK; in fbBltOne() 221 FbMaskBitsBytes(dstX, width, copy, in fbBltOne() 228 dstS = dstX / dstBpp; in fbBltOne() 384 int dstX, in fbBltPlane() argument 411 dst += dstX >> FB_STIP_SHIFT; in fbBltPlane() 412 dstX &= FB_STIP_MASK; in fbBltPlane() 420 dstMaskFirst = FbStipMask(dstX, 1); in fbBltPlane()
|
| H A D | fbfill.c | 30 fbTile(FbBits * dst, FbStride dstStride, int dstX, int width, int height, in fbTile() argument 47 x = dstX; in fbTile() 48 modulus(dstX - xRot, tileWidth, tileX); in fbTile() 69 int dstX, int dstBpp, in fbStipple() argument 83 modulus(dstX / dstBpp - xRot, stipWidth, stipX); in fbStipple() 91 x = dstX; in fbStipple()
|
| H A D | fbpush.c | 100 int dstX; in fbPushFill() local 105 dstX = (x + dstXoff) * dstBpp; in fbPushFill() 113 dstX, in fbPushFill() 124 dstX, in fbPushFill()
|
| H A D | fbbits.h | 766 int dstX, width; in POLYSEGMENT() local 782 dstX = (x1 + xoff + dstXoff) * (sizeof(UNIT) * 8); in POLYSEGMENT() 786 dstLine += dstX >> FB_SHIFT; in POLYSEGMENT() 787 dstX &= FB_MASK; in POLYSEGMENT() 788 FbMaskBits(dstX, width, startmask, nmiddle, endmask); in POLYSEGMENT()
|
| H A D | fb.h | 678 int dstX, 685 int dstX, int width, int height, int alu, FbBits pm, int bpp); 697 int dstX, 710 int dstX, 1098 int dstX, int bpp, int width, int height, FbBits and, FbBits xor);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 351 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 D | exa_accel.c | 1145 int dstX = pBox[i].x1; in exaFillRegionTiled() local 1156 modulus(dstX - xoff - pDrawable->x - pPatOrg->x, tileWidth, in exaFillRegionTiled() 1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY, in exaFillRegionTiled() 1168 dstX += w; in exaFillRegionTiled() 1191 int dstX = pBox[i].x1 + tileWidth; in exaFillRegionTiled() local 1194 if ((dstX < pBox[i].x2) || (dstY < pBox[i].y2)) { in exaFillRegionTiled() 1207 int dstX = pBox[i].x1 + tileWidth; in exaFillRegionTiled() local 1209 int width = min(pBox[i].x2 - dstX, tileWidth); in exaFillRegionTiled() 1212 while (dstX < pBox[i].x2) { in exaFillRegionTiled() 1214 dstX, pBox[i].y1, width, in exaFillRegionTiled() [all …]
|
| H A D | exa.h | 296 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 D | ephyr_draw.c | 193 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 D | ppOp.h | 70 RK_U32 dstX; // dst x member
|
| H A D | ppOp.cpp | 167 opt.dstX = 0; in main()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 667 rep.dstX = x - pDst->drawable.x; in PanoramiXTranslateCoords() 671 rep.dstX += screenInfo.screens[0]->x; in PanoramiXTranslateCoords() 1092 dstx = stuff->dstX; in PanoramiXCopyArea() 1207 stuff->dstX = dstx - screenInfo.screens[j]->x; in PanoramiXCopyArea() 1231 stuff->dstX, stuff->dstY); in PanoramiXCopyArea() 1304 dstx = stuff->dstX; in PanoramiXCopyPlane() 1319 stuff->dstX = dstx - screenInfo.screens[j]->x; in PanoramiXCopyPlane() 1347 stuff->dstX, stuff->dstY, in PanoramiXCopyPlane() 1925 orig_x = stuff->dstX; in PanoramiXPutImage() 1929 stuff->dstX = orig_x - screenInfo.screens[j]->x; in PanoramiXPutImage()
|
| H A D | shm.c | 592 stuff->dstX, stuff->dstY, in ProcShmPutImage() 602 stuff->dstX, stuff->dstY, shmdesc->addr + stuff->offset); in ProcShmPutImage() 761 orig_x = stuff->dstX; in ProcPanoramiXShmPutImage() 771 stuff->dstX = orig_x - screenInfo.screens[j]->x; in ProcPanoramiXShmPutImage() 1438 swaps(&stuff->dstX); in SProcShmPutImage()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swapreq.c | 433 swaps(&stuff->dstX); in SProcWarpPointer() 594 swaps(&stuff->dstX); in SProcCopyArea() 612 swaps(&stuff->dstX); in SProcCopyPlane() 659 swaps(&stuff->dstX); in SProcPutImage()
|
| H A D | dispatch.c | 1183 rep.dstX = rep.dstY = 0; in ProcTranslateCoords() 1223 rep.dstX = x - pDst->drawable.x; 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 D | swaprep.c | 328 swaps(&pRep->dstX); in STranslateCoordsReply()
|
| H A D | events.c | 3502 x += stuff->dstX; in XineramaWarpPointer() 3595 x += stuff->dstX; in ProcWarpPointer()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga_reg.h | 1446 int32 dstX; member
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0004-Make-video-API-forward-and-backward-compatible.patch | 635 imxExaZ160Copy(PixmapPtr pPixmapDst, int srcX, int srcY, int dstX, int dstY, int width, int height)
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2ext.h | 288 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … 290 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … 1214 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … 1216 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl32.h | 1734 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint … 1779 …srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint …
|