Searched refs:Window (Results 1 – 4 of 4) sorted by relevance
/StarryEngine/starry_toolkit/src/base/ |
H A D | panel.rs | 6 window::Window, 38 window: &'a mut Window, 42 pub fn new(window: &'a mut Window) -> Self { in new() 83 window: RefCell<Window>, 105 Window::new(rect.x, rect.y, rect.width, rect.height, title, color), in new() 110 pub fn from_window(window: Window, rect: Rect) -> Arc<Panel> { in from_window() argument 132 pub fn into_window(self) -> Window { in into_window() argument
|
/StarryEngine/starry_server/src/base/ |
H A D | window.rs | 22 pub struct Window { struct 49 impl Window { impl 50 pub fn new(x: i32, y: i32, _w: i32, _h: i32, scale: i32, image_path: &[u8]) -> Window { in new() argument 51 Window { in new()
|
/StarryEngine/starry_client/src/ |
H A D | window.rs | 25 pub struct Window { struct 50 impl Renderer for Window { argument 94 impl Window { implementation 97 Window { in new()
|
/StarryEngine/starry_server/src/core/ |
H A D | window_manager.rs | 16 window::{Window, WindowZOrderMode}, 61 pub windows: RefCell<BTreeMap<usize, Window>>, 135 let window = Window::new(x, y, width, height, 1, image_path); in window_new()
|