Searched refs:start (Results 1 – 4 of 4) sorted by relevance
126 fn image_over(&mut self, start: i32, image_data: &[Color]) { in image_over()127 let start = start as usize * self.width() as usize; in image_over() localVariable129 let stop = cmp::min(start + image_data.len(), window_data.len()); in image_over()130 let end = cmp::min(image_data.len(), window_data.len() - start); in image_over()132 window_data[start..stop].copy_from_slice(&image_data[..end]); in image_over()157 let start = offset + l * width; in image_opaque() localVariable158 let mut stop = start + 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()189 let start = offset + l * width; in image_fast() localVariable[all …]
31 let start = (self.rect.top() + self.i) * self.w + self.rect.left(); in next() localVariable32 let end = start + self.rect.width(); in next()34 Some(&self.data[start as usize..end as usize]) in next()70 let start = self.rect.left() as usize; in next() localVariable73 Some(&mut row[start..end]) in next()
321 to attach them to the start of each source file to most effectively
630 to attach them to the start of each source file to most effectively