| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/ |
| D | gx_Draw2d.cpp | 79 s_RenderSystem.SetColor(0.1f, 0.1f, 1.0f); in DrawDisplay0() 83 s_RenderSystem.SetColor(1.0f, 0.1f, 0.1f); in DrawDisplay0() 87 s_RenderSystem.SetColor(1.0f, 0.1f, 1.0f, 1.0f); in DrawDisplay0() 91 s_RenderSystem.SetColor(0.7f, 0.1f, 0.1f, 1.0f); in DrawDisplay0() 95 s_RenderSystem.SetColor(0.0f, 1.0f, 1.0f, 1.0f); in DrawDisplay0() 101 s_RenderSystem.SetColor(0.1f, 0.1f, 0.7f); in DrawDisplay0() 105 s_RenderSystem.SetColor(1.0f, 1.0f, 0.0f); in DrawDisplay0() 122 s_RenderSystem.SetColor(1.0f, 0.1f, 0.1f); in DrawDisplay1() 126 s_RenderSystem.SetColor(1.0f, 1.0f, 1.0f); in DrawDisplay1()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Body/ |
| D | demo_Body.cpp | 33 void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue) in SetColor() function in demo::Body 35 demo::TrianglesRenderData::SetColor(red, green, blue); in SetColor() 39 …void Body::SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat alph… in SetColor() function in demo::Body 41 demo::TrianglesRenderData::SetColor(red, green, blue, alpha); in SetColor()
|
| /CTR-SDK-4.2.7-SampleDemos/cfg/coppacs/ |
| D | coppacs_demo.cpp | 113 df.SetColor(0.0f, 0.0f, 0.5f); in DrawText() 115 df.SetColor(0.5f, 0.4f, 0.0f); in DrawText() 117 df.SetColor(0.5f, 0.0f, 0.4f); in DrawText() 119 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 122 df.SetColor(1.0f, 1.0f, 0.0f); in DrawText() 128 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 154 df.SetColor(0.0f, 0.5f, 0.0f); in DrawText() 156 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Body/ |
| D | demo_Body.h | 45 virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue); 46 …virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat al…
|
| /CTR-SDK-4.2.7-SampleDemos/applet/extrapad/ |
| D | extrapad_demo.cpp | 94 df.SetColor(0.0f, 0.0f, 0.5f); in DrawText() 96 df.SetColor(0.5f, 0.4f, 0.0f); in DrawText() 98 df.SetColor(0.5f, 0.0f, 0.4f); in DrawText() 100 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 103 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 116 df.SetColor(0.0f, 0.5f, 0.0f); in DrawText() 118 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/swkbd/ |
| D | swkbd_demo.cpp | 99 df.SetColor(0.0f, 0.0f, 0.5f); in DrawText() 101 df.SetColor(0.5f, 0.4f, 0.0f); in DrawText() 103 df.SetColor(0.5f, 0.0f, 0.4f); in DrawText() 105 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 108 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 121 df.SetColor(0.0f, 0.5f, 0.0f); in DrawText() 123 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/erreula/ |
| D | erreula_demo.cpp | 98 df.SetColor(0.0f, 0.0f, 0.5f); in DrawText() 100 df.SetColor(0.5f, 0.4f, 0.0f); in DrawText() 102 df.SetColor(0.5f, 0.0f, 0.4f); in DrawText() 104 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 107 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 126 df.SetColor(0.0f, 0.5f, 0.0f); in DrawText() 128 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/voicesel/ |
| D | voicesel_demo.cpp | 140 df.SetColor(0.0f, 0.0f, 0.5f); in DrawText() 142 df.SetColor(0.5f, 0.4f, 0.0f); in DrawText() 144 df.SetColor(0.5f, 0.0f, 0.4f); in DrawText() 146 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 149 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 163 df.SetColor(0.0f, 0.5f, 0.0f); in DrawText() 165 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | pad.cpp | 27 mp_RenderSystem->SetColor(0.f, 1.f, 0.f) : \ 28 mp_RenderSystem->SetColor(1.f, 1.f, 1.f); \
|
| D | rtc.cpp | 33 mp_RenderSystem->SetColor(1.0f, 1.0f, 1.0f, 1.0f); in DrawFrame()
|
| D | acc.cpp | 22 mp_RenderSystem->SetColor(1.0f, 1.0f, 1.0f, 1.0f); in DrawFrame()
|
| D | tp.cpp | 29 mp_RenderSystem->SetColor(1.0f, 1.0f, 1.0f, 1.0f); in DrawFrame()
|
| D | kbd.cpp | 43 mp_RenderSystem->SetColor(1.0f, 1.0f, 1.0f, 1.0f); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/phtsel/ |
| D | Menu.h | 168 if( bColor ) df.SetColor(1.0f, 0.5f, 0.1f); in DrawItemNameCommon() 169 else df.SetColor(1.0f, 1.0f, 1.0f); in DrawItemNameCommon() 174 df.SetColor(1.0f, 1.0f, 0.0f); in DrawItemNameCommon() 177 if( bColor ) df.SetColor(1.0f, 0.5f, 0.1f); in DrawItemNameCommon() 178 else df.SetColor(1.0f, 1.0f, 1.0f); in DrawItemNameCommon()
|
| D | phtsel_demo.cpp | 291 df.SetColor(0.0f, 0.0f, 0.5f); in DrawText() 293 df.SetColor(0.5f, 0.4f, 0.0f); in DrawText() 295 df.SetColor(0.5f, 0.0f, 0.4f); in DrawText() 297 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 300 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 316 df.SetColor(0.0f, 0.5f, 0.0f); in DrawText() 318 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText() 327 df.SetColor(1.0f, 1.0f, 1.0f); in DrawText()
|
| D | PhtselMenu.h | 132 df.SetColor(1.0f, 1.0f, 1.0f); in Draw() 201 df.SetColor(1.0f, 0.5f, 0.1f); in DrawParam() 204 df.SetColor(1.0f, 1.0f, 1.0f); in DrawParam() 282 df.SetColor(1.0f, 1.0f, 1.0f); in Draw() 289 df.SetColor(1.0f, 0.5f, 0.1f); in Draw() 292 df.SetColor(1.0f, 1.0f, 1.0f); in Draw()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/ |
| D | SimpleServer.cpp | 88 pRenderSystem->SetColor(WHITE_COLOR); in DisplayClientList() 105 pRenderSystem->SetColor(GREEN_COLOR); in DisplayClientList() 110 pRenderSystem->SetColor(WHITE_COLOR); in DisplayClientList() 140 pRenderSystem->SetColor(GREEN_COLOR); in DisplayClientList() 145 pRenderSystem->SetColor(WHITE_COLOR); in DisplayClientList() 166 pRenderSystem->SetColor(WHITE_COLOR); in DisplayTitleInfo() 181 pRenderSystem->SetColor(WHITE_COLOR); in DisplayInitialize() 229 pRenderSystem->SetColor(WHITE_COLOR); in DisplayStart() 238 pRenderSystem->SetColor(RED_COLOR); in DisplayStart() 322 pRenderSystem->SetColor(WHITE_COLOR); in DisplayAcceptClient() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/RenderData/ |
| D | demo_TrianglesRenderData.h | 315 void SetColor(const u32 index, 329 void SetColor(const u32 index, 341 virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue); 354 …virtual void SetColor(const GLfloat red, const GLfloat green, const GLfloat blue, const GLfloat al…
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/ |
| D | FakeClient.cpp | 105 pRenderSystem->SetColor(WHITE_COLOR); in DisplayTitleList() 116 pRenderSystem->SetColor(GREEN_COLOR); in DisplayTitleList() 121 pRenderSystem->SetColor(WHITE_COLOR); in DisplayTitleList() 143 pRenderSystem->SetColor(GREEN_COLOR); in DisplayTitleList() 148 pRenderSystem->SetColor(WHITE_COLOR); in DisplayTitleList() 247 pRenderSystem->SetColor(WHITE_COLOR); in DisplayTitleInfo() 307 pRenderSystem->SetColor(WHITE_COLOR); in DisplayDownloadInfo() 345 pRenderSystem->SetColor(WHITE_COLOR); in DisplayInitialize() 389 pRenderSystem->SetColor(WHITE_COLOR); in DisplayStart() 506 pRenderSystem->SetColor(WHITE_COLOR); in DisplayWaitingConnect() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/ |
| D | cec_Main.cpp | 443 pRenderSystem->SetColor(WHITE_COLOR); in DisplayCreation() 449 pRenderSystem->SetColor(RED_COLOR); in DisplayCreation() 473 pRenderSystem->SetColor(WHITE_COLOR); in DisplayCreation() 537 pRenderSystem->SetColor(WHITE_COLOR); in DisplayWriting() 543 pRenderSystem->SetColor(RED_COLOR); in DisplayWriting() 565 pRenderSystem->SetColor(WHITE_COLOR); in DisplayWriting() 763 pRenderSystem->SetColor(WHITE_COLOR); in DisplayReading() 768 if(selected==y-2&&selected<INBOX_MAXNUM)pRenderSystem->SetColor(GREEN_COLOR); in DisplayReading() 769 else pRenderSystem->SetColor(WHITE_COLOR); in DisplayReading() 774 }pRenderSystem->SetColor(WHITE_COLOR); in DisplayReading() [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/ |
| D | demo_GraphicsDrawing.h | 102 virtual void SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha); 111 virtual void SetColor(const f32 red, const f32 green, const f32 blue);
|
| D | demo_RenderSystemDrawing.h | 128 virtual void SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha); 137 virtual void SetColor(const f32 red, const f32 green, const f32 blue);
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/ |
| D | gx_Draw3d.cpp | 115 s_Cube.SetColor(1.0f, 0.0f, 0.0f); in InitializeGraphics() 121 s_Sphere.SetColor(0.0f, 1.0f, 0.0f); in InitializeGraphics() 127 s_Cylinder.SetColor(0.0f, 0.0f, 1.0f); in InitializeGraphics()
|
| /CTR-SDK-4.2.7-SampleDemos/fs/SecureSave/ |
| D | FsSampleSecureSaveFrame.cpp | 77 renderSystem.SetColor(1.0f, 1.0f, 1.0f); in ProceedDisplay() 124 renderSystem.SetColor(1.0f, 1.0f, 1.0f); in ProceedDisplay()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_GraphicsDrawing.cpp | 180 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue) in SetColor() function in demo::GraphicsDrawing 188 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetColor() function in demo::GraphicsDrawing 342 renderData.SetColor(vertexIndex + i, in FillSquare() 421 renderData.SetColor(3 * triangleIndex + i, in FillTriangle()
|