Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_info.cpp33 static const int objectiveTextBoxWidth = 500; // Width (in pixels) of text box variable
121 objectiveTextBoxWidth, in ObjectivePrint_Line()
136 if (pixelLen < objectiveTextBoxWidth) // One shot - small enough to print entirely on one line in ObjectivePrint_Line()
168 if (pixelLen > objectiveTextBoxWidth ) in ObjectivePrint_Line()
307 …int messageXPosition = objectiveStartingXpos + (objectiveTextBoxWidth/2) - (cgi_R_Font_StrLenPixe… in CG_DrawDataPadObjectives()