Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsprite.cpp195 int xDstOffset, yDstOffset, xSrcOffset, ySrcOffset, xDiff, yDiff, cWidth, cHeight; in drawClip() local
218 xDstOffset = clipRect.left; in drawClip()
222 xDstOffset = spritePointer.x; in drawClip()
231 xDiff = xDstOffset + cWidth - clipRect.right; in drawClip()
240 bufRowPointer = _vm->_gfx->getBackBufferPixels() + backBufferPitch * yDstOffset + xDstOffset; in drawClip()
272 …_vm->_render->addDirtyRect(Common::Rect(xDstOffset, yDstOffset, xDstOffset + cWidth, yDstOffset + … in drawClip()
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dsprite.cpp195 int xDstOffset, yDstOffset, xSrcOffset, ySrcOffset, xDiff, yDiff, cWidth, cHeight; in drawClip() local
218 xDstOffset = clipRect.left; in drawClip()
222 xDstOffset = spritePointer.x; in drawClip()
231 xDiff = xDstOffset + cWidth - clipRect.right; in drawClip()
240 bufRowPointer = _vm->_gfx->getBackBufferPixels() + backBufferPitch * yDstOffset + xDstOffset; in drawClip()
272 …_vm->_render->addDirtyRect(Common::Rect(xDstOffset, yDstOffset, xDstOffset + cWidth, yDstOffset + … in drawClip()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DRasterRetained.java59 private int xDstOffset = 0; field in RasterRetained
204 final void setDstOffset(int xDstOffset, int yDstOffset) { in setDstOffset() argument
206 this.xDstOffset = xDstOffset; in setDstOffset()
216 dstOffset.setLocation(xDstOffset, yDstOffset); in getDstOffset()
469 winCoord.x += xDstOffset; in execute()
H A DRaster.java598 public void setDstOffset(int xDstOffset, int yDstOffset) { in setDstOffset() argument
604 ((RasterRetained)this.retained).setDstOffset(xDstOffset, yDstOffset); in setDstOffset()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dcolor.c603 const UINT32 xDstOffset = nXDst * dstByte; in freerdp_image_copy() local
643 memcpy(&dstLine[xDstOffset], &srcLine[xSrcOffset], copyDstWidth); in freerdp_image_copy()
654 memcpy(&dstLine[xDstOffset], &srcLine[xSrcOffset], copyDstWidth); in freerdp_image_copy()
665 memmove(&dstLine[xDstOffset], &srcLine[xSrcOffset], copyDstWidth); in freerdp_image_copy()
676 memmove(&dstLine[xDstOffset], &srcLine[xSrcOffset], copyDstWidth); in freerdp_image_copy()
691 memcpy(&dstLine[xDstOffset], &srcLine[xSrcOffset], copyDstWidth); in freerdp_image_copy()