| 36 | virtual EImageCoderColorFormat get_color_format() const SKR_NOEXCEPT { return props.color_format; } |
| 37 | virtual uint32_t get_width() const SKR_NOEXCEPT { return props.width; } |
| 38 | virtual uint32_t get_height() const SKR_NOEXCEPT { return props.height; } |
| 39 | virtual uint32_t get_bit_depth() const SKR_NOEXCEPT { return props.bit_depth; } |
| 40 | void setRawProps(uint32_t width, uint32_t height, EImageCoderColorFormat format, uint32_t bit_depth) SKR_NOEXCEPT; |
| 41 | uint32_t bytes_per_row = 0; |
no outgoing calls
no test coverage detected