Home
last modified time | relevance | path

Searched refs:start (Results 1 – 4 of 4) sorted by relevance

/StarryEngine/starry_client/src/base/
H A Drenderer.rs126 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() localVariable
129 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() localVariable
158 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 …]
/StarryEngine/starry_server/src/base/
H A Dimage.rs31 let start = (self.rect.top() + self.i) * self.w + self.rect.left(); in next() localVariable
32 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() localVariable
73 Some(&mut row[start..end]) in next()
/StarryEngine/starry_client/src/font/
H A Dunifont-license.txt321 to attach them to the start of each source file to most effectively
/StarryEngine/
H A DLICENSE630 to attach them to the start of each source file to most effectively