Searched refs:ltPos (Results 1 – 1 of 1) sorted by relevance
280 VEC2 ltPos = GetVtxPos(); in GetTextDrawRect() local285 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()