Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 9 of 9) sorted by relevance

/StarryEngine/starry_server/src/base/
H A Dimage.rs4 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 Ddisplay.rs63 pub fn resize(&mut self, width: i32, height: i32) { in resize() method
/StarryEngine/starry_server/src/
H A Dlib.rs6 extern crate resize;
/StarryEngine/starry_toolkit/src/layout/
H A Dgrid.rs221 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 DCargo.toml18 resize = "0.3.1"
/StarryEngine/starry_toolkit/src/widgets/
H A Dmod.rs122 fn resize(&self, width: u32, height: u32) { in resize() method
H A Dlabel.rs220 fn resize(&self, width: u32, height: u32) { in resize() method
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs63 name.resize(256, 16); in new()
H A Dasset_item_grid.rs77 name.resize(Self::ITEM_WIDTH, 16); in new()