Lines Matching refs:y

66 void DisplayCube(demo::RenderSystemDrawing* pRenderSystem, u16 x, u16 y)  in DisplayCube()  argument
71 u16 y; in DisplayCube() member
87 pRenderSystem->FillRectangle(x + cubePos[curPos].x, y + cubePos[curPos].y, 4, 4); in DisplayCube()
89 pRenderSystem->FillRectangle(x + 5, y + 5, 4, 4); in DisplayCube()
101 u16 y = 2; in DisplayTitleList() local
106 pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y, "TITLE NAME"); in DisplayTitleList()
107 pRenderSystem->DrawText(FONT_SIZE * (x + 33), FONT_SIZE * y, "SERVER NAME"); in DisplayTitleList()
108 y += 2; in DisplayTitleList()
124 pRenderSystem->DrawText(FONT_SIZE * x , FONT_SIZE * y, "%02d", i + 1); in DisplayTitleList()
126 pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y, "%s", buffer); in DisplayTitleList()
133 pRenderSystem->DrawText(FONT_SIZE * (x + 33), FONT_SIZE * y, "%s", buffer); in DisplayTitleList()
134 y++; in DisplayTitleList()
150 pRenderSystem->DrawText(FONT_SIZE * x , FONT_SIZE * y, "%02d", i + 1); in DisplayTitleList()
151 … pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y, "----------------------------"); in DisplayTitleList()
152 pRenderSystem->DrawText(FONT_SIZE * (x + 33), FONT_SIZE * y, "----------"); in DisplayTitleList()
153 y++; in DisplayTitleList()
213 void DisplayIcon(const nn::dlp::IconInfo icon, f32 x, f32 y, bool update, demo::RenderSystemDrawing… in DisplayIcon() argument
225 pRenderSystem->FillTexturedRectangle(s_IconTextureId, x, y, in DisplayIcon()
238 u16 y = 2; in DisplayTitleInfo() local
251 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SHORT TITLE NAME : %s", buffer); in DisplayTitleInfo()
253 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "LONG TITLE NAME : %s", buffer); in DisplayTitleInfo()
254 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "SIZE : %d BYTES", titleInfo.importSize… in DisplayTitleInfo()
255 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ID/IDX/Ver : %05x/%d/%04x", titleInfo.uni… in DisplayTitleInfo()
256 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "REGION : %08x", titleInfo.region.Get()); in DisplayTitleInfo()
257 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "RATING : %02x%02x%02x%02x%02x%02x%02x%02… in DisplayTitleInfo()
259 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, " %02x%02x%02x%02x%02x%02x%02x%02… in DisplayTitleInfo()
270 u16 y = 9; in DisplayServerInfo() local
273 pRenderSystem->DrawText(0, FONT_SIZE * y++, "[ SERVER INFO ]"); in DisplayServerInfo()
274 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "MAC : %02X:%02X:%02X:%02X:%02X:%02X", ser… in DisplayServerInfo()
276 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "CH : %2d, LEVEL : %d, NODE : %2d/%2d", se… in DisplayServerInfo()
285 u16 y = 13; in DisplayNodeInfo() local
289 pRenderSystem->DrawText(0, FONT_SIZE * y++, "[ NODE INFO ]"); in DisplayNodeInfo()
293 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "%02d", i + 1); in DisplayNodeInfo()
294 pRenderSystem->DrawText(FONT_SIZE * (x + 3), FONT_SIZE * y++, "%s", buffer); in DisplayNodeInfo()
304 u16 y = 2; in DisplayDownloadInfo() local
309 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y , "DOWNLOADING..."); in DisplayDownloadInfo()
310 y++; in DisplayDownloadInfo()
311 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "NODE ID : %d\n", status.nodeId); in DisplayDownloadInfo()
312 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "STATE : %d\n", status.state.G… in DisplayDownloadInfo()
341 u16 y = 2; in DisplayInitialize() local
346 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "FAKE CLIENT SAMPLE"); in DisplayInitialize()
347 y++; in DisplayInitialize()
348 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "NOW INITIALIZING..."); in DisplayInitialize()
385 u16 y = 2; in DisplayStart() local
390 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "FAKE CLIENT SAMPLE"); in DisplayStart()
391 y++; in DisplayStart()
392 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO START"); in DisplayStart()
504 u16 y = 2; in DisplayWaitingConnect() local
507 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "WAITING CONNECT..."); in DisplayWaitingConnect()
508 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS B TO CANCEL"); in DisplayWaitingConnect()
542 u16 y = 2; in DisplayWaitingDownload() local
548 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "WAITING DOWNLOAD..."); in DisplayWaitingDownload()
549 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS B TO CANCEL"); in DisplayWaitingDownload()
623 u16 y = 2; in DisplayReboot() local
628 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "STARTING FAKE CHILD"); in DisplayReboot()
656 u16 y = 2; in DisplayError() local
662 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR"); in DisplayError()
664 y++; in DisplayError()
665 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO RESTART"); in DisplayError()