| 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(); } |
| 44 | bool isFloat() const noexcept { return m_img->isFloat(); } |
| 45 | |
| 46 | ImageDescRcPtr m_img; |
nothing calls this directly
no test coverage detected