(&mut self, _text: &str, _style: &Style)
| 61 | } |
| 62 | |
| 63 | fn draw_text(&mut self, _text: &str, _style: &Style) { |
| 64 | self.frame_count += 1; |
| 65 | } |
| 66 | |
| 67 | fn translate(&mut self, x: f32, y: f32) { |
| 68 | self.transform.x += x; |
nothing calls this directly
no outgoing calls
no test coverage detected