Searched defs:width (Results 1 – 8 of 8) sorted by relevance
51 fn width(&self) -> u32 { in width() method69 let width = min(self.width() as i32, SCREEN_WIDTH as i32 - self.x); in sync() localVariable
185 pub fn width(&self) -> i32 { in width() method205 fn width(&self) -> u32 { in width() method306 pub fn width(&self) -> i32 { in width() method362 fn width(&self) -> u32 { in width() method
69 pub fn width(&self) -> i32 { in width() method
52 pub fn width(&self) -> i32 { in width() method
11 pub width: u32, field
48 fn width(&self) -> u32 { in width() method149 pub fn width(&self) -> u32 { in width() method
22 fn width(&self) -> u32; in width() method141 let width = self.width() as usize; in image_opaque() localVariable176 let width = self.width() as usize; in image_fast() localVariable
210 pub width: u32, field