Searched refs:resize (Results 1 – 9 of 9) sorted by relevance
/StarryEngine/starry_server/src/base/ |
H A D | image.rs | 4 use resize::Type; 274 img = img.resize( in from_path() 337 pub fn resize(&self, w: u32, h: u32, resize_type: Type) -> Self { in resize() method 347 let mut resizer = resize::new( in resize() 352 resize::Pixel::RGBA, in resize() 355 resizer.resize(&src, &mut dst); in resize()
|
H A D | display.rs | 63 pub fn resize(&mut self, width: i32, height: i32) { in resize() method
|
/StarryEngine/starry_server/src/ |
H A D | lib.rs | 6 extern crate resize;
|
/StarryEngine/starry_toolkit/src/layout/ |
H A D | grid.rs | 221 self.resize(grid_width as u32, grid_height as u32); in arrange_elements() 227 child.resize(cols[col].width, rows[row].height); in arrange_elements()
|
/StarryEngine/starry_server/ |
H A D | Cargo.toml | 18 resize = "0.3.1"
|
/StarryEngine/starry_toolkit/src/widgets/ |
H A D | mod.rs | 122 fn resize(&self, width: u32, height: u32) { in resize() method
|
H A D | label.rs | 220 fn resize(&self, width: u32, height: u32) { in resize() method
|
/StarryEngine/starry_applications/src/asset_manager/code/ |
H A D | asset_item_list.rs | 63 name.resize(256, 16); in new()
|
H A D | asset_item_grid.rs | 77 name.resize(Self::ITEM_WIDTH, 16); in new()
|