Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp278 VEC2 ltPos = GetVtxPos(); in GetTextDrawRect() local
283 ltPos.x += curPos.x - textPos.x; in GetTextDrawRect()
284 ltPos.y -= curPos.y - textPos.y; in GetTextDrawRect()
286 textRect.left = ltPos.x; in GetTextDrawRect()
287 textRect.top = ltPos.y; in GetTextDrawRect()
288 textRect.right = ltPos.x + textSize.width; in GetTextDrawRect()
289 textRect.bottom = ltPos.y - textSize.height; in GetTextDrawRect()