Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ height
Method
height
src/server/gui/core/resources/TextureData.cpp:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
size_t TextureData::height()
229
{
230
if (mHeight == 0)
231
load();
232
return mHeight;
233
}
234
235
float TextureData::sourceWidth()
236
{
Callers
4
TextureResource
Method · 0.45
initFromMemory
Method · 0.45
getTotalSize
Method · 0.45
getQueueSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected