MCPcopy Create free account
hub / github.com/carbonengine/trinity / ParseIes

Method ParseIes

trinity/Resources/Tr2LightProfileRes.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool Tr2LightProfileRes::ParseIes()
102{
103 std::string contents;
104 contents.resize( m_dataStream->GetSize() );
105 m_dataStream->Read( contents.data(), contents.size() );
106 return ParseIes( contents, m_bitmap );
107}
108
109
110bool Tr2LightProfileRes::ParseIes( const std::string& contents, ImageIO::HostBitmap& bitmap )

Callers

nothing calls this directly

Calls 5

sizeMethod · 0.80
GetTrueMipCountMethod · 0.80
GetSizeMethod · 0.45
ReadMethod · 0.45
CreateMethod · 0.45

Tested by

no test coverage detected