Lines Matching refs:FONT_SIZE

63         pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "WAIT INVITE");  in DisplayClientState()
66 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "WAIT ACCEPT"); in DisplayClientState()
69 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "JOINED"); in DisplayClientState()
72 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "DOWNLOADING"); in DisplayClientState()
75 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "COMPLETE"); in DisplayClientState()
78 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "INVALID"); in DisplayClientState()
89 pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y, "CLIENT NAME"); in DisplayClientList()
90 pRenderSystem->DrawText(FONT_SIZE * (x + 15), FONT_SIZE * y, "STATE"); in DisplayClientList()
91 pRenderSystem->DrawText(FONT_SIZE * (x + 28), FONT_SIZE * y, "PROGRESS"); in DisplayClientList()
125 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "%02d", i + 1); in DisplayClientList()
127 pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y, "%s", buffer); in DisplayClientList()
129 pRenderSystem->DrawText(FONT_SIZE * (x + 28), FONT_SIZE * y, "%5d/%5d", in DisplayClientList()
148 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "%02d", i + 1); in DisplayClientList()
149 pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y, "----------"); in DisplayClientList()
150 pRenderSystem->DrawText(FONT_SIZE * (x + 15), FONT_SIZE * y, "------------"); in DisplayClientList()
151 pRenderSystem->DrawText(FONT_SIZE * (x + 28), FONT_SIZE * y, "-----------"); in DisplayClientList()
169 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE INFO"); in DisplayTitleInfo()
182 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIMPLE SERVER"); in DisplayInitialize()
185 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayInitialize()
230 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIMPLE SERVER"); in DisplayStart()
233 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO START"); in DisplayStart()
239 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "[WARNING]"); in DisplayStart()
241 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SimpleServer may disconnect clients witho… in DisplayStart()
242 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "a notice. Please update clients via netwo… in DisplayStart()
323 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayAcceptClient()
325 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayAcceptClient()
327 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayAcceptClient()
330 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayAcceptClient()
354 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS B TO CANCEL"); in DisplayDistribute()
429 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "+++ ERROR +++"); in DisplayError()
432 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayError()
548 renderSystem.SetFontSize(FONT_SIZE); in nnMain()