Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readNativeScanline
Method · 0.80
Calls
3
width
Class · 0.85
pixelByteCount
Method · 0.80
format
Function · 0.50
Tested by
no test coverage detected