| /CTR-SDK-4.2.7-SampleDemos/applet/extrapad/ |
| D | extrapad_demo.cpp | 95 df.FillRectangle( 0, 0, 399, 255 ); in DrawText() 97 df.FillRectangle( 0, 0, 399, 40 ); in DrawText() 99 df.FillRectangle( 0, 180, 399, 40 ); in DrawText() 117 df.FillRectangle( 0, 0, 399, 255 ); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/cfg/coppacs/ |
| D | coppacs_demo.cpp | 114 df.FillRectangle( 0, 0, 399, 255 ); in DrawText() 116 df.FillRectangle( 0, 0, 399, 40 ); in DrawText() 118 df.FillRectangle( 0, 180, 399, 40 ); in DrawText() 155 df.FillRectangle( 0, 0, 399, 255 ); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/swkbd/ |
| D | swkbd_demo.cpp | 100 df.FillRectangle( 0, 0, 399, 255 ); in DrawText() 102 df.FillRectangle( 0, 0, 399, 40 ); in DrawText() 104 df.FillRectangle( 0, 180, 399, 40 ); in DrawText() 122 df.FillRectangle( 0, 0, 399, 255 ); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/erreula/ |
| D | erreula_demo.cpp | 99 df.FillRectangle( 0, 0, 399, 255 ); in DrawText() 101 df.FillRectangle( 0, 0, 399, 40 ); in DrawText() 103 df.FillRectangle( 0, 180, 399, 40 ); in DrawText() 127 df.FillRectangle( 0, 0, 399, 255 ); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/voicesel/ |
| D | voicesel_demo.cpp | 141 df.FillRectangle( 0, 0, 399, 255 ); in DrawText() 143 df.FillRectangle( 0, 0, 399, 40 ); in DrawText() 145 df.FillRectangle( 0, 180, 399, 40 ); in DrawText() 164 df.FillRectangle( 0, 0, 399, 255 ); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/applet/phtsel/ |
| D | phtsel_demo.cpp | 292 df.FillRectangle( 0, 0, 399, 255 ); in DrawText() 294 df.FillRectangle( 0, 0, 399, 40 ); in DrawText() 296 df.FillRectangle( 0, 180, 399, 40 ); in DrawText() 317 df.FillRectangle( 0, 0, 399, 255 ); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/ |
| D | gx_Draw2d.cpp | 92 s_RenderSystem.FillRectangle(50.0f, 50.0f, in DrawDisplay0()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/ |
| D | demo_GraphicsDrawing.h | 196 virtual void FillRectangle(const f32 windowCoordinateX,
|
| D | demo_RenderSystemDrawing.h | 218 virtual void FillRectangle(const f32 windowCoordinateX,
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemDrawing.cpp | 246 void RenderSystemDrawing::FillRectangle(const f32 windowCoordinateX, in FillRectangle() function in demo::RenderSystemDrawing 250 m_GraphicsDrawing.FillRectangle(windowCoordinateX, windowCoordinateY, in FillRectangle()
|
| D | demo_GraphicsDrawing.cpp | 358 void GraphicsDrawing::FillRectangle(const f32 windowCoordinateX, in FillRectangle() function in demo::GraphicsDrawing
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/ |
| D | FakeClient.cpp | 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()
|