| 38 | virtual BitDepth getBitDepth() const noexcept { return m_img->getBitDepth(); } |
| 39 | long getWidth() const noexcept { return m_img->getWidth(); } |
| 40 | long getHeight() const noexcept { return m_img->getHeight(); } |
| 41 | ptrdiff_t getXStrideBytes() const noexcept { return m_img->getXStrideBytes(); } |
| 42 | ptrdiff_t getYStrideBytes() const noexcept { return m_img->getYStrideBytes(); } |
| 43 | bool isRGBAPacked() const noexcept { return m_img->isRGBAPacked(); } |
no test coverage detected