| /CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/ |
| D | SimpleServer.cpp | 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() [all …]
|
| D | Parent.cpp | 93 s_RenderSystem.SetFontSize(FONT_SIZE); in DoParent() 198 … s_RenderSystem.DrawText(0, 1 * FONT_SIZE, "------------------------------------------"); in DoParent() 205 …s_RenderSystem.DrawText(0, (2 + j) * FONT_SIZE, "%02d : %s", s_NodeData[i].nodeId, s_NodeData[i].n… in DoParent()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/ |
| D | FakeClient.cpp | 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() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/ |
| D | cec_Main.cpp | 36 const u32 FONT_SIZE = 8; // Font size variable 444 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "PRESS A TO CREATE MESSAGEBOX"); in DisplayCreation() 452 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:MESSAGEBOX NUM IS FULL"); in DisplayCreation() 456 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:PRIVATEID DO NOT MATCH"); in DisplayCreation() 460 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:BUSY"); in DisplayCreation() 464 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:"); in DisplayCreation() 474 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y, "A:CREATE_BOX"); in DisplayCreation() 538 …pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "AT FIRST, PRESS LEFT/RIGHT TO SELECT CON… in DisplayWriting() 539 … pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "AT SECOND, PRESS A TO SET SEND MESSAGE"); in DisplayWriting() 546 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:YOU DID NOT AGREE EULA"); in DisplayWriting() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/fs/common/ |
| D | FsSampleCommon.h | 19 const int FONT_SIZE = 8; variable
|
| D | FsSampleCommon.cpp | 44 renderSystem.SetFontSize(FONT_SIZE); in nnMain()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/include/ |
| D | dlpDemo.h | 24 const u32 FONT_SIZE = 8; variable
|
| /CTR-SDK-4.2.7-SampleDemos/fs/SecureSave/ |
| D | FsSampleSecureSaveFrame.cpp | 107 renderSystem.DrawText(FONT_SIZE * 1, LINE_HEIGHT * 3, "File index %c %d %c" in ProceedDisplay() 112 renderSystem.DrawText(FONT_SIZE * 1, LINE_HEIGHT * 6, "Data on memory %c %c %c" in ProceedDisplay() 117 …renderSystem.DrawText(FONT_SIZE * 1, LINE_HEIGHT * 9, "VersionValue on memory %llu", s_DisplayPar… in ProceedDisplay()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/ |
| D | Child.cpp | 129 s_RenderSystem.SetFontSize(FONT_SIZE); in nnMain()
|