Searched refs:DrawLine (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiUtil.cpp | 54 s_pRenderSystem->DrawLine(x, y, x + width, y); in DrawBox() 56 s_pRenderSystem->DrawLine(x + width, y, x + width, y + height); in DrawBox() 58 s_pRenderSystem->DrawLine(x + width, y + height, x, y + height); in DrawBox() 60 s_pRenderSystem->DrawLine(x, y + height, x, y); in DrawBox()
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | tp.cpp | 23 p_RenderSystem->DrawLine(x - length, y, x + length + 1, y); in MakeTouchMark() 24 p_RenderSystem->DrawLine(x, y - length, x, y + length + 1); in MakeTouchMark()
|
| D | mic.cpp | 162 …mp_RenderSystem->DrawLine(static_cast<f32>(micData[i] / 256 + NN_GX_DISPLAY1_HEIGHT / 2), static_c… in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/ |
| D | gx_Draw2d.cpp | 103 s_RenderSystem.DrawLine(250.0f, 150.0f, 350.0f, 200.0f); in DrawDisplay0()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/ |
| D | demo_GraphicsDrawing.h | 164 virtual void DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0,
|
| D | demo_RenderSystemDrawing.h | 186 virtual void DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0,
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_RenderSystemDrawing.cpp | 226 void RenderSystemDrawing::DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in DrawLine() function in demo::RenderSystemDrawing 230 m_GraphicsDrawing.DrawLine(windowCoordinateX0, windowCoordinateY0, in DrawLine()
|
| D | demo_GraphicsDrawing.cpp | 244 void GraphicsDrawing::DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in DrawLine() function in demo::GraphicsDrawing
|
| /CTR-SDK-4.2.7-SampleDemos/fs/Streaming/ |
| D | FsSampleStreamingFrame.cpp | 108 void DrawLine(const nn::hid::CTR::TouchPanelStatus &now, const nn::hid::CTR::TouchPanelStatus &prev… in DrawLine() function 387 DrawLine(s_TouchPanelStatus, s_PreviousTouchPanel); in ProceedMainTask()
|