Searched refs:right (Results 1 – 4 of 4) sorted by relevance
/StarryEngine/starry_server/src/base/ |
H A D | rect.rs | 37 pub fn right(&self) -> i32 { in right() method 64 let right = max(self.right(), other.right()); in container() localVariable 68 assert!(left <= right); in container() 71 Rect::new(left, top, right - left, bottom - top) in container() 77 let right = min(self.right(), other.right()); in intersection() localVariable 81 Rect::new(left, top, max(0, right - left), max(0, bottom - top)) in intersection() 86 self.left() <= x && self.right() >= x && self.top() <= y && self.bottom() >= y in contains()
|
/StarryEngine/starry_client/src/base/ |
H A D | event.rs | 123 pub right: bool, field 133 right: byte & (1 << 2) == 1, in new() 141 a: self.left as i64 | (self.middle as i64) << 1 | (self.right as i64) << 2, in to_event() 151 right: event.a & (1 << 2) == 1, in from_event()
|
/StarryEngine/starry_client/src/font/ |
H A D | unifont-license.txt | 158 exercise the right to control the distribution of derivative or 248 patents or other property right claims or to contest validity of any
|
/StarryEngine/ |
H A D | LICENSE | 320 part of a transaction in which the right of possession and use of the 459 give under the previous paragraph, plus a right to possession of the 483 purposes of this definition, "control" includes the right to grant
|