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