Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_info.cpp29 static const int missionYpos = 79; variable
79 y =missionYpos + (iYPixelsPerLine * (missionYcnt)); in MissionPrint_Line()
133 y = missionYpos + (iYPixelsPerLine * missionYcnt); in MissionPrint_Line()
142 y = missionYpos + (iYPixelsPerLine * missionYcnt); in MissionPrint_Line()
158 y = missionYpos + (iYPixelsPerLine * missionYcnt); in MissionPrint_Line()
165 y = missionYpos + (iYPixelsPerLine * missionYcnt); in MissionPrint_Line()
172 y =missionYpos + (iYPixelsPerLine * missionYcnt); in MissionPrint_Line()
183 y =missionYpos + (iYPixelsPerLine * missionYcnt); in MissionPrint_Line()
214 …cgi_R_Font_DrawString (96, missionYpos-23, text, colorTable[CT_WHITE], cgs.media.qhFontMedium, -1,… in MissionInformation_Draw()
226 totalY = missionYpos + (iYPixelsPerLine * (missionYcnt))+(iYPixelsPerLine/2); in MissionInformation_Draw()
[all …]