Searched refs:src_width_to_copy (Results 1 – 1 of 1) sorted by relevance
321 let src_width_to_copy = if column_index == tile_info.grid.columns - 1 { in copy_from_tile() localVariable338 let dst_x_offset_end = checked_add!(dst_x_offset, src_width_to_copy)?; in copy_from_tile()342 let src_slice = &src_row[0..src_width_to_copy]; in copy_from_tile()350 let src_slice = &src_row[0..src_width_to_copy]; in copy_from_tile()