Home
last modified time | relevance | path

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

/StarryEngine/starry_client/src/base/
H A Drenderer.rs144 let start_y = start_y as usize; in image_opaque() localVariable
178 let start_y = start_y as usize; in image_fast() localVariable
464 let start_y = cmp::max(0, cmp::min(self_h as i32 - 1, y)); in rect() localVariable