Lines Matching refs:y

57 void DisplayClientState(u16 x, u16 y, nn::dlp::ClientState state,  in DisplayClientState()  argument
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()
83 u16 DisplayClientList(u16 selected, u16 x, u16 y, demo::RenderSystemDrawing* pRenderSystem) in DisplayClientList() argument
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()
98 y += 2; 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()
128 DisplayClientState(x + 15, y, clientState, pRenderSystem); in DisplayClientList()
129 pRenderSystem->DrawText(FONT_SIZE * (x + 28), FONT_SIZE * y, "%5d/%5d", in DisplayClientList()
131 y++; 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()
152 y++; in DisplayClientList()
155 return y; in DisplayClientList()
163 u16 y = 2; in DisplayTitleInfo() local
169 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE INFO"); in DisplayTitleInfo()
179 u16 y = 2; in DisplayInitialize() local
182 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIMPLE SERVER"); in DisplayInitialize()
184 y++; in DisplayInitialize()
185 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayInitialize()
227 u16 y = 2; in DisplayStart() local
230 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIMPLE SERVER"); in DisplayStart()
232 y++; in DisplayStart()
233 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO START"); in DisplayStart()
234 y++; in DisplayStart()
237 y++; in DisplayStart()
239 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "[WARNING]"); in DisplayStart()
240 y++; 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()
317 u16 y = 2; in DisplayAcceptClient() local
319 y = DisplayClientList(selected, x, y, pRenderSystem); in DisplayAcceptClient()
321 y++; in DisplayAcceptClient()
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()
329 y++; in DisplayAcceptClient()
330 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayAcceptClient()
349 u16 y = 2; in DisplayDistribute() local
351 y = DisplayClientList(MAX_CLIENT + 1, x, y, pRenderSystem); in DisplayDistribute()
354 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS B TO CANCEL"); in DisplayDistribute()
397 u16 y = 2; in DisplayReboot() local
399 y = DisplayClientList(MAX_CLIENT + 1, x, y, pRenderSystem); in DisplayReboot()
426 u16 y = 2; in DisplayError() local
429 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "+++ ERROR +++"); in DisplayError()
431 y++; in DisplayError()
432 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayError()