Searched refs:begin (Results 1 – 1 of 1) sorted by relevance
159 let begin = l * w; in image_opaque() localVariable160 let mut end = begin + w; in image_opaque()164 end = begin + stop - start; in image_opaque()166 window_data[start..stop].copy_from_slice(&image_data[begin..end]); in image_opaque()191 let begin = l * w; in image_fast() localVariable192 let end = begin + w; in image_fast()199 for i in begin..end { in image_fast()