Lines Matching defs:tile_row
251 uint8_t *tile_row = dst;
253 tile_row += dst_y / tile_height * dst_stride * tile_height;
254 tile_row += (dst_y & (tile_height-1)) * tile_width;
256 tile_row += (dst_x >> tile_shift) * tile_size;
260 memcpy(tile_row + x, src, len);
262 tile_row += tile_size;
268 memcpy(tile_row, src, tile_width);
270 tile_row += tile_size;
274 memcpy(tile_row, src, w);
307 const uint8_t *tile_row = src;
309 tile_row += src_y / tile_height * src_stride * tile_height;
310 tile_row += (src_y & (tile_height-1)) * tile_width;
312 tile_row += (src_x >> tile_shift) * tile_size;
316 memcpy(dst, tile_row + x, len);
318 tile_row += tile_size;
324 memcpy(dst, tile_row, tile_width);
326 tile_row += tile_size;
330 memcpy(dst, tile_row, w);
362 const uint32_t tile_row =
372 offset = tile_row +
384 offset = tile_row +
396 offset = tile_row +
431 const uint32_t tile_row =
441 offset = tile_row +
453 offset = tile_row +
465 offset = tile_row +
500 const uint32_t tile_row =
510 offset = tile_row +
522 offset = tile_row +
534 offset = tile_row +
569 const uint32_t tile_row =
579 offset = tile_row +
591 offset = tile_row +
603 offset = tile_row +
638 const uint32_t tile_row =
648 offset = tile_row +
659 offset = tile_row +
671 offset = tile_row +
706 const uint32_t tile_row =
716 offset = tile_row +
727 offset = tile_row +
739 offset = tile_row +