Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp280 VEC2 ltPos = GetVtxPos(); in GetTextDrawRect() local
285 ltPos.x += curPos.x - textPos.x; in GetTextDrawRect()
286 ltPos.y -= curPos.y - textPos.y; in GetTextDrawRect()
288 textRect.left = ltPos.x; in GetTextDrawRect()
289 textRect.top = ltPos.y; in GetTextDrawRect()
290 textRect.right = ltPos.x + textSize.width; in GetTextDrawRect()
291 textRect.bottom = ltPos.y - textSize.height; in GetTextDrawRect()