(&mut self)
| 157 | } |
| 158 | |
| 159 | pub fn pop_matrix(&mut self) { |
| 160 | self.matrices.pop(); |
| 161 | } |
| 162 | |
| 163 | pub fn rect(&mut self, rect: Rectangle, params: DrawParams) { |
| 164 | self.push_sprite(None, Rectangle::ZERO, rect, params); |
nothing calls this directly
no outgoing calls
no test coverage detected