Home
last modified time | relevance | path

Searched refs:iLastW (Results 1 – 1 of 1) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiEdit.cpp206 for (int32_t iLastW = 0, w,h; Text[i]; ++i) in GetCharPos() local
212 if (w - (w-iLastW)/2 >= iControlXPos) return oldi; in GetCharPos()
213 iLastW = w; in GetCharPos()