COLUMNS
uint16 *p = sOrigin + (y * COLUMNS) + x;
if ((srcx == 0) && (width == COLUMNS)) {
memmove(sOrigin + (desty * COLUMNS), sOrigin + (srcy * COLUMNS), height * COLUMNS * 2);
for (i = 0; i < COLUMNS * LINES; i++)
*width = COLUMNS;
pos = LINES * COLUMNS + 1;
pos = y * COLUMNS + x;
uint16 *p = sOrigin + (y * COLUMNS) + x;
if ((x % COLUMNS) == COLUMNS - 1) {
if ((x % COLUMNS) == COLUMNS - 1) {