MCPcopy 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
998bool Image::isCompressed()
999{
1000 return backend::PixelFormatUtils::isCompressed(_pixelFormat);
1001}
1002
1003#if AX_USE_WIC
1004bool Image::decodeWithWIC(const unsigned char* data, ssize_t dataLen)

Callers 1

updateWithImageMethod · 0.80

Calls 1

isCompressedFunction · 0.85

Tested by

no test coverage detected