Searched refs:dstY (Results 1 – 3 of 3) sorted by relevance
99 int dstY = mPosition.y; in setDataBuffer() local183 if (dstY < 0) { in setDataBuffer()185 dstY = -dstY; in setDataBuffer()187 mContext.ctx.cs_ctx.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff); in setDataBuffer()
151 int dstX, dstY, dstW, dstH; in setDataBuffer() local162 dstY = mPosition.y; in setDataBuffer()166 checkPosition(dstX, dstY, dstW, dstH); in setDataBuffer()231 …mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX… in setDataBuffer()233 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff); in setDataBuffer()235 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff); in setDataBuffer()
629 uint8_t *srcY, *dstY; in doActionCopy() local634 dstY = pDestBuffer + destImage.offsets[0]; in doActionCopy()639 memcpy(dstY, srcY, width); in doActionCopy()641 dstY += destImage.pitches[0]; in doActionCopy()