MCPcopy Create free account
hub / github.com/axmolengine/axmol / reset

Method reset

core/platform/linux/Device-linux.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void reset()
136 {
137 iMaxLineWidth = 0;
138 iMaxLineHeight = 0;
139 textLines.clear();
140 }
141
142 int utf8(char** p)
143 {

Callers 6

saveImageToPNGMethod · 0.45
FileStreamFunction · 0.45
FileStream.hFile · 0.45
AxmolRendererMethod · 0.45
divideStringMethod · 0.45
getTextureDataForTextMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected