| 13 | } |
| 14 | |
| 15 | Ui::Rect RenderTarget::getUiRect() const |
| 16 | { |
| 17 | return Ui::Rect::fromLTRB(x, y, x + width, y + height); |
| 18 | } |
| 19 | |
| 20 | // 0x004CEC50 |
| 21 | std::optional<RenderTarget> clipRenderTarget(const RenderTarget& src, const Ui::Rect& newRect) |
no outgoing calls
no test coverage detected