Searched refs:source_x (Results 1 – 1 of 1) sorted by relevance
384 unsigned int source_x, unsigned int source_y, in block_move() argument392 trace_artist_block_move(source_x, source_y, dest_x, dest_y, width, height); in block_move()421 if (dest_x > source_x) { in block_move()434 src = source_x + ((line + source_y) * buf->width) + startcolumn; in block_move()