| 37 | inline const std::shared_ptr<detail::image_impl>& impl() const { return mImage; } |
| 38 | |
| 39 | inline void setAlpha(const float pAlpha) { mImage->setAlpha(pAlpha); } |
| 40 | |
| 41 | inline void keepAspectRatio(const bool pKeep) { mImage->keepAspectRatio(pKeep); } |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected