Home
last modified time | relevance | path

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

/StarryEngine/starry_client/src/
H A Dwindow.rs51 fn width(&self) -> u32 { in width() method
69 let width = min(self.width() as i32, SCREEN_WIDTH as i32 - self.x); in sync() localVariable
/StarryEngine/starry_server/src/base/
H A Dimage.rs185 pub fn width(&self) -> i32 { in width() method
205 fn width(&self) -> u32 { in width() method
306 pub fn width(&self) -> i32 { in width() method
362 fn width(&self) -> u32 { in width() method
H A Dwindow.rs69 pub fn width(&self) -> i32 { in width() method
H A Drect.rs52 pub fn width(&self) -> i32 { in width() method
/StarryEngine/starry_toolkit/src/base/
H A Drect.rs11 pub width: u32, field
H A Dpanel.rs48 fn width(&self) -> u32 { in width() method
149 pub fn width(&self) -> u32 { in width() method
/StarryEngine/starry_client/src/base/
H A Drenderer.rs22 fn width(&self) -> u32; in width() method
141 let width = self.width() as usize; in image_opaque() localVariable
176 let width = self.width() as usize; in image_fast() localVariable
H A Devent.rs210 pub width: u32, field