Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp276 const Size textSize(textRect.GetWidth(), textRect.GetHeight()); in GetTextDrawRect() local
281 const VEC2 textPos = AdjustTextPos(textSize, true); in GetTextDrawRect()
288 textRect.right = ltPos.x + textSize.width; in GetTextDrawRect()
289 textRect.bottom = ltPos.y - textSize.height; in GetTextDrawRect()