| 36 | uint32_t width() const { return width_; } |
| 37 | uint32_t height() const { return height_; } |
| 38 | uint32_t stride() const { return width_ * 4; } |
| 39 | const std::string& name() const { return name_; } |
| 40 | |
| 41 | private: |
no outgoing calls
no test coverage detected