Lines Matching refs:Text_Paint

332 void Text_Paint(float x, float y, float scale, vec4_t color, const char *text, float adjust, int li…  in Text_Paint()  function
996 Text_Paint(rect->x, rect->y, scale, color, handicapValues[i], 0, 0, textStyle); in UI_DrawHandicap()
1000Text_Paint(rect->x, rect->y, scale, color, UI_Cvar_VariableString("ui_teamName"), 0, 0, textStyle); in UI_DrawClanName()
1022Text_Paint(rect->x, rect->y, scale, color, uiInfo.gameTypes[ui_gameType.integer].gameType, 0, 0, t… in UI_DrawGameType()
1030Text_Paint(rect->x, rect->y, scale, color, uiInfo.gameTypes[ui_netGameType.integer].gameType , 0, … in UI_DrawNetGameType()
1037Text_Paint(rect->x, rect->y, scale, color, uiInfo.joinGameTypes[ui_joinGameType.integer].gameType … in UI_DrawJoinGameType()
1124 Text_Paint(rect->x, rect->y, scale, color, skillLevels[i-1],0, 0, textStyle); in UI_DrawSkill()
1132Text_Paint(rect->x, rect->y, scale, color, va("%s: %s", (blue) ? "Blue" : "Red", uiInfo.teamList[i… in UI_DrawTeamName()
1161 Text_Paint(rect->x, rect->y, scale, color, text, 0, 0, textStyle); in UI_DrawTeamMember()
1206 Text_Paint(rect->x, rect->y, scale, color, va("%02i:%02i", minutes, seconds), 0, 0, textStyle); in UI_DrawMapTimeToBeat()
1292Text_Paint(rect->x, rect->y, scale, color, va("Source: %s", netSources[ui_netSource.integer]), 0, … in UI_DrawNetSource()
1325Text_Paint(rect->x, rect->y, scale, color, va("Filter: %s", serverFilters[ui_serverFilterType.inte… in UI_DrawNetFilter()
1335Text_Paint(rect->x, rect->y, scale, color, va("Tier: %s", uiInfo.tierList[i].tierName),0, 0, textS… in UI_DrawTier()
1373Text_Paint(rect->x, rect->y, scale, color, UI_EnglishMapName(uiInfo.tierList[i].maps[j]), 0, 0, te… in UI_DrawTierMapName()
1387Text_Paint(rect->x, rect->y, scale, color, uiInfo.gameTypes[uiInfo.tierList[i].gameTypes[j]].gameT… in UI_DrawTierGameType()
1598 Text_Paint(rect->x, rect->y, scale, color, uiInfo.mapList[map].mapName, 0, 0, textStyle); in UI_DrawAllMapsSelection()
1603Text_Paint(rect->x, rect->y, scale, color, UI_Cvar_VariableString("ui_opponentName"), 0, 0, textSt… in UI_DrawOpponentName()
1738 Text_Paint(rect->x, rect->y, scale, color, text, 0, 0, textStyle); in UI_DrawBotName()
1743 Text_Paint(rect->x, rect->y, scale, color, skillLevels[uiInfo.skillIndex], 0, 0, textStyle); in UI_DrawBotSkill()
1748Text_Paint(rect->x, rect->y, scale, color, (uiInfo.redBlue == 0) ? "Red" : "Blue", 0, 0, textStyle… in UI_DrawRedBlue()
1819Text_Paint(rect->x, rect->y, scale, color, (uiInfo.teamLeader) ? UI_Cvar_VariableString("cg_select… in UI_DrawSelectedPlayer()
1830Text_Paint(rect->x, rect->y, scale, newColor, va("Getting info for %d servers (ESC to cancel)", tr… in UI_DrawServerRefreshDate()
1834 Text_Paint(rect->x, rect->y, scale, color, va("Refresh Time: %s", buff), 0, 0, textStyle); in UI_DrawServerRefreshDate()
1900Text_Paint(rect->x, rect->y, scale, color, "Waiting for new key... Press ESCAPE to cancel", 0, 0, … in UI_DrawKeyBindStatus()
1902Text_Paint(rect->x, rect->y, scale, color, "Press ENTER or CLICK to change, Press BACKSPACE to cle… in UI_DrawKeyBindStatus()
1912Text_Paint(rect->x + 2, rect->y, scale, color, va("VENDOR: %s", uiInfo.uiDC.glconfig.vendor_string… in UI_DrawGLInfo()
1913Text_Paint(rect->x + 2, rect->y + 15, scale, color, va("VERSION: %s: %s", uiInfo.uiDC.glconfig.ver… in UI_DrawGLInfo()
1914Text_Paint(rect->x + 2, rect->y + 30, scale, color, va ("PIXELFORMAT: color(%d-bits) Z(%d-bits) st… in UI_DrawGLInfo()
1940 Text_Paint(rect->x + 2, y, scale, color, lines[i++], 0, 20, textStyle); in UI_DrawGLInfo()
1942 Text_Paint(rect->x + rect->w / 2, y, scale, color, lines[i++], 0, 20, textStyle); in UI_DrawGLInfo()
5032 uiInfo.uiDC.drawText = &Text_Paint; in _UI_Init()
5323 Text_Paint(x - len / 2, y, scale, color, text, 0, 0, ITEM_TEXTSTYLE_SHADOWEDMORE); in Text_PaintCenter()