Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 15 of 15) sorted by relevance

/StarryEngine/starry_server/src/base/
H A Dmod.rs3 pub mod rect; module
H A Ddisplay.rs34 pub fn rect(&mut self, rect: &Rect, color: Color) { in rect() method
H A Dimage.rs17 rect: Rect, field
44 rect: Rect, field
83 rect: Rect, field
H A Dwindow.rs79 pub fn rect(&self) -> Rect { in rect() method
/StarryEngine/starry_toolkit/src/base/
H A Dmod.rs3 pub mod rect; module
H A Dpanel.rs85 rect: Cell<Rect>, field
161 pub fn rect(&self) -> Rect { in rect() method
/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_list.rs21 pub rect: Cell<Rect>, field
95 fn rect(&self) -> &Cell<Rect> { in rect() method
H A Dasset_item_grid.rs26 pub rect: Cell<Rect>, field
100 fn rect(&self) -> &Cell<Rect> { in rect() method
/StarryEngine/starry_toolkit/src/widgets/
H A Dlabel.rs32 rect: Cell<Rect>, field
87 let rect = self.rect.get(); in handle_overflow() localVariable
138 fn rect(&self) -> &Cell<Rect> { in rect() method
H A Dimage.rs20 rect: Cell<Rect>, field
98 fn rect(&self) -> &Cell<Rect> { in rect() method
H A Dmod.rs52 fn rect(&self) -> &Cell<Rect>; in rect() method
128 let mut rect = self.rect().get(); in resize_base() localVariable
/StarryEngine/starry_toolkit/src/layout/
H A Dgrid.rs28 rect: Cell<Rect>, field
186 let rect = entry.rect().get(); in arrange_elements() localVariable
255 fn rect(&self) -> &Cell<Rect> { in rect() method
H A Dlist.rs33 rect: Cell<Rect>, field
184 fn rect(&self) -> &Cell<Rect> { in rect() method
/StarryEngine/starry_server/src/core/
H A Dcompositor.rs73 let rect = original_rect.intersection(&display.screen_rect()); in redraw_all() localVariable
/StarryEngine/starry_client/src/base/
H A Drenderer.rs456 fn rect(&mut self, x: i32, y: i32, w: u32, h: u32, color: Color) { in rect() method