Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_client/src/base/
H A Drenderer.rs129 let stop = cmp::min(start + image_data.len(), window_data.len()); in image_over() localVariable
158 let mut stop = start + w; in image_opaque() localVariable
190 let mut stop = start + w; in image_fast() localVariable