Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isCompressed
Method
isCompressed
core/platform/Image.cpp:998–1001 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
996
}
997
998
bool Image::isCompressed()
999
{
1000
return backend::PixelFormatUtils::isCompressed(_pixelFormat);
1001
}
1002
1003
#if AX_USE_WIC
1004
bool Image::decodeWithWIC(const unsigned char* data, ssize_t dataLen)
Callers
1
updateWithImage
Method · 0.80
Calls
1
isCompressed
Function · 0.85
Tested by
no test coverage detected