Home
last modified time | relevance | path

Searched refs:DrawText (Results 1 – 25 of 30) sorted by relevance

12

/CTR-SDK-4.2.7-SampleDemos/fs/SecureSave/
DFsSampleSecureSaveFrame.cpp82 renderSystem.DrawText(0, LINE_HEIGHT * 0, "SaveData was formatted"); in ProceedDisplay()
85 renderSystem.DrawText(0, LINE_HEIGHT * 0, "Saving file index %d...", s_FileIndex); in ProceedDisplay()
88 renderSystem.DrawText(0, LINE_HEIGHT * 0, "Saving Succeeded"); in ProceedDisplay()
91 renderSystem.DrawText(0, LINE_HEIGHT * 0, "Loading file index %d...", s_FileIndex); in ProceedDisplay()
94 renderSystem.DrawText(0, LINE_HEIGHT * 0, "Loading Succeeded"); in ProceedDisplay()
97 renderSystem.DrawText(0, LINE_HEIGHT * 0, "Loading Failed"); in ProceedDisplay()
100 renderSystem.DrawText(0, LINE_HEIGHT * 0, "Renewal Succeeded"); in ProceedDisplay()
106 renderSystem.DrawText(0, LINE_HEIGHT * 3 * (1 + s_Operation), ">"); in ProceedDisplay()
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()
[all …]
/CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/
DSimpleServer.cpp63 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 …]
DParent.cpp102 s_RenderSystem.DrawText(0, 0, "Create network"); in DoParent()
197 s_RenderSystem.DrawText(0, 0, "Node num : %2d/%2d", s_NodeNum, childNum + 1); 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()
214 s_RenderSystem.DrawText(0, 0, "(Error) Press A to restart"); in DoParent()
240 s_RenderSystem.DrawText(0, 0, "Sending packet : %08x", sendCount); in DoParent()
/CTR-SDK-4.2.7-SampleDemos/demo1/
Drtc.cpp39 mp_RenderSystem->DrawText(248, 0, "CTR demo1"); in DrawFrame()
41 …mp_RenderSystem->DrawText(208, 8, "%04d.%02d.%02d %s", now.GetYear(), now.GetMonth(), now.GetDay()… in DrawFrame()
42 …mp_RenderSystem->DrawText(256, 16, "%02d:%02d:%02d", now.GetHour(), now.GetMinute(), now.GetSecond… in DrawFrame()
Dacc.cpp31 mp_RenderSystem->DrawText(0, 200, "Gx : % .2lf", accFloat.x); in DrawFrame()
32 mp_RenderSystem->DrawText(0, 210, "Gy : % .2lf", accFloat.y); in DrawFrame()
33 mp_RenderSystem->DrawText(0, 220, "Gz : % .2lf", accFloat.z); in DrawFrame()
Dpad.cpp29 mp_RenderSystem->DrawText(disp_x, disp_y, btn_name)
Dkbd.cpp47 mp_RenderSystem->DrawText(200 + 8 * i, 220, "%s", &m_TextBuffer[i]); in DrawFrame()
Dsavedata.cpp207 …mp_RenderSystem->DrawText(10, 220, "Savedata %s", m_IsFormatted ? "is formatted" : "already exists… in DrawFrame()
208 mp_RenderSystem->DrawText(10, 230, "data:%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d", in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/cfg/coppacs/
Dcoppacs_demo.cpp107 void DrawText() in DrawText() function
120 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
125 df.DrawText( 40, 90, "push [START] to run COPPACS Setting Menu"); in DrawText()
130 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
133 df.DrawText( 30, 130, "IsCoppacsSupported :%s" ,isCoppacsSupported?"true":"false"); in DrawText()
134 df.DrawText( 30, 140, "GetCoppacsRestriction:"); in DrawText()
135 df.DrawText( 60, 150, "%s" ,COPPACS_RESTRICTION_STRING[coppacsRestriction]); in DrawText()
140 df.DrawText( 30, 160, "IsFromMset :true(%d)",msetScene); in DrawText()
144 df.DrawText( 30, 160, "IsFromMset :false"); in DrawText()
157 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
[all …]
/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreamingFrame.cpp208 renderSystem.DrawText(0, LINE_HEIGHT * 1, "Recording to %d", s_LoadFileNum); in ProceedDisplay0()
211 renderSystem.DrawText(0, LINE_HEIGHT * 1, "Recording Succeeded"); in ProceedDisplay0()
214 renderSystem.DrawText(0, LINE_HEIGHT * 1, "Recording Failed"); in ProceedDisplay0()
223 renderSystem.DrawText(0, LINE_HEIGHT * 2, "Playing %d", s_LoadFileIndex); in ProceedDisplay0()
226 renderSystem.DrawText(0, LINE_HEIGHT * 2, "Playing Succeeded"); in ProceedDisplay0()
229 renderSystem.DrawText(0, LINE_HEIGHT * 2, "Playing Stopped"); in ProceedDisplay0()
232 renderSystem.DrawText(0, LINE_HEIGHT * 2, "Playing Failed"); in ProceedDisplay0()
241 renderSystem.DrawText(0, LINE_HEIGHT * 5, "Saving..."); in ProceedDisplay0()
244 renderSystem.DrawText(0, LINE_HEIGHT * 5, "Saving Succeeded."); in ProceedDisplay0()
247 renderSystem.DrawText(0, LINE_HEIGHT * 5, "Saving Failed."); in ProceedDisplay0()
[all …]
/CTR-SDK-4.2.7-SampleDemos/applet/voicesel/
Dvoicesel_demo.cpp134 void DrawText() in DrawText() function
147 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
150 df.DrawText( 30, 80, "[A] Launch library applet." ); in DrawText()
151 df.DrawText( 30, 100, "[Up or Down] Select parameter." ); in DrawText()
152 df.DrawText( 30, 110, "[Left or Right] Change parameter." ); in DrawText()
155 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
166 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
168 …df.DrawText( 30, 140, "%c FILTER [%s]", SelectMark(0), filterTypeStr[vsel_param.input.… in DrawText()
169 …df.DrawText( 30, 150, "%c ENABLE SOFT RESET [%s]", SelectMark(1), softResetStr[vsel_param.config.… in DrawText()
170 …df.DrawText( 30, 160, "%c ENABLE HOME BUTTON [%s]", SelectMark(2), homeButtonStr[vsel_param.config… in DrawText()
[all …]
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp106 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()
249 pRenderSystem->DrawText(0, 0, "TITLE INFO"); 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/applet/erreula/
Derreula_demo.cpp92 void DrawText() in DrawText() function
105 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
108 df.DrawText( 30, 80, "[A] error applet." ); in DrawText()
109 df.DrawText( 30, 100, "[B] EULA applet." ); in DrawText()
112 df.DrawText( 54, 150, "is agreed EULA : %d", nn::cfg::IsAgreedEula() ); in DrawText()
114 df.DrawText( 54, 160, "country : %d", nn::cfg::GetCountry() ); in DrawText()
117 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
118 df.DrawText( 340, 82, "%d", nngxCheckVSync(NN_GX_DISPLAY0) ); in DrawText()
129 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
135 DrawText(); in DrawDisplay()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp444 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()
550 pRenderSystem->DrawText(FONT_SIZE * x, FONT_SIZE * y++, "ERROR:PARENTAL CONTROL BANED"); in DisplayWriting()
[all …]
/CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/
Dgx_Draw2d.cpp81 s_RenderSystem.DrawText(0.0f, 0.0f, "LeftTop 0123456789 %d", 123); in DrawDisplay0()
85 s_RenderSystem.DrawText(400.0f - 8.0f * 11, 240.0f - 8.0f, "RightBottom"); in DrawDisplay0()
124 s_RenderSystem.DrawText(0.0f, 0.0f, "LeftTop 0123456789 %f", 123.0f); in DrawDisplay1()
128 s_RenderSystem.DrawText(320.0f - 8.0f * 11, 240.0f - 8.0f, "RightBottom"); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/applet/extrapad/
Dextrapad_demo.cpp88 void DrawText() in DrawText() function
101 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
104 df.DrawText( 30, 80, "[A] extra pad applet." ); in DrawText()
107 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
108 df.DrawText( 340, 82, "%d", nngxCheckVSync(NN_GX_DISPLAY0) ); in DrawText()
119 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
125 DrawText(); in DrawDisplay()
/CTR-SDK-4.2.7-SampleDemos/applet/swkbd/
Dswkbd_demo.cpp93 void DrawText() in DrawText() function
106 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
109 df.DrawText( 30, 80, "[A] Launch library applet." ); in DrawText()
112 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
113 df.DrawText( 340, 82, "%d", nngxCheckVSync(NN_GX_DISPLAY0) ); in DrawText()
124 df.DrawText( 80, 50, "** DEMO APPLICATION **" ); in DrawText()
131 DrawText(); in DrawDisplay()
/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
Dphtsel_demo.cpp285 void DrawText() in DrawText() function
298 df.DrawText( 100, 50, "** DEMO APPLICATION **" ); in DrawText()
301 df.DrawText( 30, 80, "[X] Launch library applet." ); in DrawText()
302 df.DrawText( 30, 100, "[START] Reset parameter." ); in DrawText()
304 df.DrawText( 0, 0, "phtsel" ); in DrawText()
307 df.DrawText( 340, 50, "%d", loopCnt ); in DrawText()
308 df.DrawText( 340, 82, "%d", nngxCheckVSync(NN_GX_DISPLAY0) ); in DrawText()
319 df.DrawText( 80, 0, "** DEMO APPLICATION **" ); in DrawText()
321 df.DrawText( 0, 0, "phtsel" ); in DrawText()
335 DrawText(); in DrawDisplay()
DPhtselMenu.h136 df.DrawText( x2, y, "-" ); x2 += 8; in Draw()
138 df.DrawText( x2, y, "-" ); x2 += 8; in Draw()
144 df.DrawText( x2, y, ":" ); x2 += 8; in Draw()
146 df.DrawText( x2, y, ":" ); x2 += 8; in Draw()
203 df.DrawText( x, y, format, m_nParams[param] ); in DrawParam()
279 df.DrawText( x2, y, "%3d/%3d:", GetSelectIndex()+1, GetValueNum() ); in Draw()
296 df.DrawText( x2, y, "%X", n ); in Draw()
DMenu.h171 df.DrawText( x, y, "%s", GetItemName() ); in DrawItemNameCommon()
175 df.DrawText( x+160-8*2, y, IsDetailEditMode() ? "B<" : "A>" ); in DrawItemNameCommon()
227 df.DrawText( x+160, y, "%s", GetSelectValueName() ); in Draw()
292 df.DrawText( x+160, y, "%d", GetSelectValue() ); in Draw()
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp138 s_RenderSystem.DrawText(0, 0, "Press A to start"); in nnMain()
157 …s_RenderSystem.DrawText(0, 0, "Searching Parent : %02x%02x%02x%02x%02x%02x", pBssid[0], pBssid[1],… in nnMain()
195 s_RenderSystem.DrawText(0, 0, "Connecting Parent : %02x%02x%02x%02x%02x%02x", in nnMain()
242 s_RenderSystem.DrawText(0, 0, "Connected Parent : %02x%02x%02x%02x%02x%02x", in nnMain()
247 s_RenderSystem.DrawText(0, 0, "(Error) A: Finalize uds Library"); in nnMain()
281 s_RenderSystem.DrawText(0, 0, "Receiving packet : %08x", receiveCount); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/
Dgx_AlphaTest.cpp133 s_RenderSystem.DrawText(0.0f, 0.0f, in PrintInfo()
135 s_RenderSystem.DrawText(0.0f, 8.0f, in PrintInfo()
137 s_RenderSystem.DrawText(0.0f, 16.0f, in PrintInfo()
144 s_RenderSystem.DrawText(ofs_sx, ofs_sy, in PrintInfo()
/CTR-SDK-4.2.7-SampleDemos/camera/Simple/
DSimple.cpp1357 s_RenderSystem.DrawText(textX + i, textY + j, pMessage); in DrawDisplay0()
1363 s_RenderSystem.DrawText(textX, textY, pMessage); in DrawDisplay0()
1393 s_RenderSystem.DrawText(textX, textY, "Counts: %d", s_FrameCountForDisplay); in DrawDisplay1()
1397 s_RenderSystem.DrawText(textX, textY, "%2d fps", in DrawDisplay1()
1403 s_RenderSystem.DrawText(textX, textY, "B : Play shutter sound (Movie end)"); in DrawDisplay1()
1405 s_RenderSystem.DrawText(textX, textY, "A : Play shutter sound (Movie start)"); in DrawDisplay1()
1407 s_RenderSystem.DrawText(textX, textY, "R : Play shutter sound (Photo)"); in DrawDisplay1()
1409 s_RenderSystem.DrawText(textX, textY, "Down : Down frame rate"); in DrawDisplay1()
1411 s_RenderSystem.DrawText(textX, textY, "Up : Up frame rate"); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp1717 s_RenderSystem.DrawText(8.0f, 8.0f, "Frame: %d", s_FrameCount); in DrawDisplay1()
1719 s_RenderSystem.DrawText(8.0f, 24.0f, "Left : %2d.%03d fps", in DrawDisplay1()
1723 s_RenderSystem.DrawText(8.0f, 32.0f, "Right : %2d.%03d fps", in DrawDisplay1()
1727 … s_RenderSystem.DrawText(8.0f, 48.0f, "Vsync timing diff: %lld usec", s_VsyncTimingDifference); in DrawDisplay1()
1729 s_RenderSystem.DrawText(8.0f, 64.0f, "Camera capture: %s", in DrawDisplay1()
1732 s_RenderSystem.DrawText(8.0f, 72.0f, "Camera device: %s", in DrawDisplay1()
1737 s_RenderSystem.DrawText(8.0, 88.0f, "Waiting for auto exposure stabilization"); in DrawDisplay1()
1740 s_RenderSystem.DrawText(8.0f, 216.0f, "Y button : Stop/Restart capture"); in DrawDisplay1()
1741 s_RenderSystem.DrawText(8.0f, 224.0f, "X button : Deactive/Active camera"); in DrawDisplay1()
1742 s_RenderSystem.DrawText(8.0f, 232.0f, "Start button : Finalize"); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h237 …virtual void DrawText(const f32 windowCoordinateX, const f32 windowCoordinateY, const char* format…

12