Lines Matching refs:FONT_SIZE

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()
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()
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()
245 DisplayIcon(titleInfo.icon, FONT_SIZE, 2 * FONT_SIZE, update, pRenderSystem); in DisplayTitleInfo()
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()
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()
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()
309 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y , "DOWNLOADING..."); 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()
346 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "FAKE CLIENT SAMPLE"); in DisplayInitialize()
348 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "NOW INITIALIZING..."); in DisplayInitialize()
390 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "FAKE CLIENT SAMPLE"); in DisplayStart()
392 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO START"); in DisplayStart()
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()
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()
628 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "STARTING FAKE CHILD"); in DisplayReboot()
662 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR"); in DisplayError()
665 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO RESTART"); in DisplayError()
784 renderSystem.SetFontSize(FONT_SIZE); in nnMain()