MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_height

Function get_height

modules/engine/image_coder/src/image_coder_base.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 5

decodeMethod · 0.85
encodeMethod · 0.85
decodeMethod · 0.85
encodeMethod · 0.85
get_char_sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected