| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mibitblt.c | 87 int srcx, srcy, dstx, dsty, i, j, y, width, height, xMin, xMax, yMin, yMax; in miCopyArea() local 128 dstx = xOut; in miCopyArea() 131 dstx += pDstDrawable->x; in miCopyArea() 162 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal. in miCopyArea() 179 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */ in miCopyArea() 229 xMin -= (srcx - dstx); in miCopyArea() 370 MiBits * pbits, int srcx, int w, int h, int dstx, int dsty) in miOpqStipDrawable() argument 441 gcv[2].val = dstx - srcx; in miOpqStipDrawable() 453 rect.x = dstx; in miOpqStipDrawable() 477 rect.x = dstx; in miOpqStipDrawable() [all …]
|
| H A D | miexpose.c | 124 int dstx, int dsty) in miHandleExposures() argument 227 RegionTranslate(&rgnExposed, dstx - srcx, dsty - srcy); in miHandleExposures()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.c | 174 int srcx, int srcy, int w, int h, int dstx, int dsty) in dmxCopyArea() argument 182 dstx, dsty); in dmxCopyArea() 188 srcx, srcy, w, h, dstx, dsty); in dmxCopyArea() 191 return miHandleExposures(pSrc, pDst, pGC, srcx, srcy, w, h, dstx, dsty); in dmxCopyArea() 201 int dstx, int dsty, unsigned long bitPlane) in dmxCopyPlane() argument 209 dstx, dsty); in dmxCopyPlane() 215 srcx, srcy, width, height, dstx, dsty, bitPlane); in dmxCopyPlane() 219 dstx, dsty); in dmxCopyPlane()
|
| H A D | dmxgcops.h | 51 int dstx, int dsty); 54 int dstx, int dsty, unsigned long bitPlane);
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GCOps.c | 181 int dstx, int dsty) in xnestCopyArea() argument 185 xnestGC(pGC), srcx, srcy, width, height, dstx, dsty); in xnestCopyArea() 193 int dstx, int dsty, unsigned long plane) in xnestCopyPlane() argument 197 xnestGC(pGC), srcx, srcy, width, height, dstx, dsty, plane); in xnestCopyPlane()
|
| H A D | GCOps.h | 32 int dstx, int dsty); 35 int dstx, int dsty, unsigned long plane);
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | driWrap.c | 193 int dstx, int dsty) in DRICopyArea() argument 203 pReg = pGC->ops->CopyArea(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty); in DRICopyArea() 216 int w, int h, int dstx, int dsty, in DRICopyPlane() argument 227 pReg = pGC->ops->CopyPlane(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty, in DRICopyPlane()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 206 int srcx, int srcy, int w, int h, int dstx, int dsty) in ExaCheckCopyArea() argument 214 ExaFallbackPrepareReg(pDst, pGC, dstx, dsty, w, h, EXA_PREPARE_DEST, TRUE); in ExaCheckCopyArea() 215 ret = pGC->ops->CopyArea(pSrc, pDst, pGC, srcx, srcy, w, h, dstx, dsty); in ExaCheckCopyArea() 225 int srcx, int srcy, int w, int h, int dstx, int dsty, in ExaCheckCopyPlane() argument 234 ExaFallbackPrepareReg(pDst, pGC, dstx, dsty, w, h, EXA_PREPARE_DEST, TRUE); in ExaCheckCopyPlane() 235 ret = pGC->ops->CopyPlane(pSrc, pDst, pGC, srcx, srcy, w, h, dstx, dsty, in ExaCheckCopyPlane()
|
| H A D | exa_priv.h | 386 int srcx, int srcy, int w, int h, int dstx, int dsty); 391 int srcx, int srcy, int w, int h, int dstx, int dsty, 482 int srcx, int srcy, int width, int height, int dstx, int dsty);
|
| H A D | exa_accel.c | 599 int srcx, int srcy, int width, int height, int dstx, int dsty) in exaCopyArea() argument 605 srcx, srcy, width, height, dstx, dsty); in exaCopyArea() 610 dstx, dsty, exaCopyNtoN, 0, NULL); in exaCopyArea()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 758 int srcx, int srcy, int width, int height, int dstx, int dsty) in glamor_copy_area() argument 762 dstx, dsty, glamor_copy, 0, NULL); in glamor_copy_area() 767 int srcx, int srcy, int width, int height, int dstx, int dsty, in glamor_copy_plane() argument 772 srcx, srcy, width, height, dstx, dsty); in glamor_copy_plane() 775 dstx, dsty, glamor_copy, bitplane, NULL); in glamor_copy_plane()
|
| H A D | glamor_xv.c | 618 int dstx, dsty, dstw, dsth; in glamor_xv_render() local 620 dstx = box[i].x1 + dst_off_x; in glamor_xv_render() 625 glScissor(dstx, dsty, dstw, dsth); in glamor_xv_render() 832 int dstx, dsty, dstw, dsth; in glamor_xv_render_dma() local 834 dstx = box[i].x1 + dst_off_x; in glamor_xv_render_dma() 839 glScissor(dstx, dsty, dstw, dsth); in glamor_xv_render_dma()
|
| H A D | glamor_priv.h | 819 int srcx, int srcy, int width, int height, int dstx, int dsty); 823 int srcx, int srcy, int width, int height, int dstx, int dsty,
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 85 int dstx, int dsty); 88 int w, int h, int dstx, int dsty, 544 int srcx, int srcy, int w, int h, int dstx, int dsty) in RootlessCopyArea() argument 566 result = pGC->ops->CopyArea(pSrc, dst, pGC, srcx, srcy, w, h, dstx, dsty); in RootlessCopyArea() 568 box.x1 = dstx + dst->x; in RootlessCopyArea() 587 int w, int h, int dstx, int dsty, unsigned long plane) in RootlessCopyPlane() argument 601 dstx, dsty, plane); in RootlessCopyPlane() 603 box.x1 = dstx + dst->x; in RootlessCopyPlane()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiterPriv.h | 216 int height, int dstx, int dsty); 219 int height, int dstx, int dsty,
|
| H A D | xf86str.h | 708 int srcx, int srcy, int w, int h, int dstx, int dsty); 712 int dstx, int dsty, unsigned long color);
|
| H A D | xf86VGAarbiter.c | 664 int width, int height, int dstx, int dsty) in VGAarbiterCopyArea() argument 672 pGC, srcx, srcy, width, height, dstx, dsty); in VGAarbiterCopyArea() 684 int dstx, int dsty, unsigned long bitPlane) in VGAarbiterCopyPlane() argument 692 width, height, dstx, dsty, bitPlane); in VGAarbiterCopyPlane()
|
| H A D | xf86DGA.c | 793 DGABlitRect(int index, int srcx, int srcy, int w, int h, int dstx, int dsty) in DGABlitRect() argument 803 srcx, srcy, w, h, dstx, dsty); in DGABlitRect() 812 int w, int h, int dstx, int dsty, unsigned long color) in DGABlitTransRect() argument 822 srcx, srcy, w, h, dstx, dsty, in DGABlitTransRect() 1629 stuff->width, stuff->height, stuff->dstx, in ProcXDGACopyArea() 1650 stuff->width, stuff->height, stuff->dstx, in ProcXDGACopyTransparentArea()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 1053 int j, result, srcx, srcy, dstx, dsty, width, height; in PanoramiXCopyArea() local 1092 dstx = stuff->dstX; in PanoramiXCopyArea() 1130 (*pGC->ops->PutImage) (pDst, pGC, pDst->depth, dstx, dsty, in PanoramiXCopyArea() 1179 RegionTranslate(&rgn, -dx + dstx, -dy + dsty); in PanoramiXCopyArea() 1207 stuff->dstX = dstx - screenInfo.screens[j]->x; in PanoramiXCopyArea() 1262 int j, srcx, srcy, dstx, dsty, rc; in PanoramiXCopyPlane() local 1304 dstx = stuff->dstX; in PanoramiXCopyPlane() 1319 stuff->dstX = dstx - screenInfo.screens[j]->x; in PanoramiXCopyPlane()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_state.c | 795 int dstx = pbox[i].x1 + blit->delta_dx; in mga_dma_dispatch_blit() local 808 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff), in mga_dma_dispatch_blit()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 756 int srcx, int srcy, int width, int height, int dstx, int dsty) in damageCopyArea() argument 765 box.x1 = dstx + pDst->x; in damageCopyArea() 776 pGC, srcx, srcy, width, height, dstx, dsty); in damageCopyArea() 789 int height, int dstx, int dsty, unsigned long bitPlane) in damageCopyPlane() argument 798 box.x1 = dstx + pDst->x; in damageCopyPlane() 809 pGC, srcx, srcy, width, height, dstx, dsty, in damageCopyPlane()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/ |
| H A D | intelfbhw.h | 590 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch,
|
| H A D | intelfbhw.c | 1703 u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) in intelfbhw_do_bitblt() argument 1709 curx, cury, dstx, dsty, w, h, pitch, bpp); in intelfbhw_do_bitblt() 1717 br22 = (dstx << WIDTH_SHIFT) | (dsty << HEIGHT_SHIFT); in intelfbhw_do_bitblt() 1718 br23 = ((dstx + w) << WIDTH_SHIFT) | in intelfbhw_do_bitblt()
|