Lines Matching refs:x

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()
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()
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()
162 u16 x = 1; in DisplayTitleInfo() local
169 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "TITLE INFO"); in DisplayTitleInfo()
178 u16 x = 1; in DisplayInitialize() local
182 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIMPLE SERVER"); in DisplayInitialize()
185 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayInitialize()
226 u16 x = 1; in DisplayStart() local
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()
316 u16 x = 1; in DisplayAcceptClient() local
319 y = DisplayClientList(selected, x, y, pRenderSystem); 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()
330 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayAcceptClient()
348 u16 x = 1; 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()
396 u16 x = 1; in DisplayReboot() local
399 y = DisplayClientList(MAX_CLIENT + 1, x, y, pRenderSystem); in DisplayReboot()
425 u16 x = 1; in DisplayError() local
429 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "+++ ERROR +++"); in DisplayError()
432 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, in DisplayError()