(&self)
| 87 | } |
| 88 | |
| 89 | pub fn dimensions(&self) -> (u32, u32) { |
| 90 | (self.width, self.height) |
| 91 | } |
| 92 | |
| 93 | pub fn get_platform_specific_size(&self) -> Size { |
| 94 | Size::new(self.width as f32, self.height as f32) |
nothing calls this directly
no outgoing calls
no test coverage detected