MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / scanlineByteCount

Method scanlineByteCount

tools/imageio/imageio.h:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 };
196
197 size_t scanlineByteCount() const noexcept {
198 return width() * format().pixelByteCount();
199 }
200
201 size_t scanlineChannelCount() const noexcept {
202 return width() * format().channelCount();

Callers 1

readNativeScanlineMethod · 0.80

Calls 3

widthClass · 0.85
pixelByteCountMethod · 0.80
formatFunction · 0.50

Tested by

no test coverage detected