Home
last modified time | relevance | path

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

/StarryEngine/starry_client/src/base/
H A Drenderer.rs143 let start_x = start_x as usize; in image_opaque() localVariable
177 let start_x = start_x as usize; in image_fast() localVariable
467 let start_x = cmp::max(0, cmp::min(self_w as i32 - 1, x)); in rect() localVariable