| 83 | } |
| 84 | |
| 85 | void Matrix::postScale(Scalar sx, Scalar sy) { |
| 86 | getSkValue().postScale(sx, sy); |
| 87 | } |
| 88 | |
| 89 | Rect Matrix::mapRect(const Rect& rect) const { |
| 90 | return fromSkValue<Rect>(getSkValue().mapRect(rect.getSkValue())); |
no outgoing calls
no test coverage detected