MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / Clear

Method Clear

src/common/engine/palettecontainer.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156//----------------------------------------------------------------------------
157
158void PaletteContainer::Clear()
159{
160 remapArena.FreeAllBlocks();
161 uniqueRemaps.Reset();
162 TranslationTables.Reset();
163}
164
165//===========================================================================
166//

Callers 10

LoadStringsMethod · 0.45
parseCSVMethod · 0.45
readMacrosMethod · 0.45
LoadLanguageMethod · 0.45
UpdateLanguageMethod · 0.45
StringToUnicodeFunction · 0.45
ReadObjectsMethod · 0.45
RestoreRNGStateMethod · 0.45
ClearTranslationSlotMethod · 0.45
serializer.hFile · 0.45

Calls 2

FreeAllBlocksMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected