Home
last modified time | relevance | path

Searched refs:DrawLine (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiUtil.cpp54 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/
Dtp.cpp23 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()
Dmic.cpp162 …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/
Dgx_Draw2d.cpp103 s_RenderSystem.DrawLine(250.0f, 150.0f, 350.0f, 200.0f); in DrawDisplay0()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h164 virtual void DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0,
Ddemo_RenderSystemDrawing.h186 virtual void DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0,
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp226 void RenderSystemDrawing::DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in DrawLine() function in demo::RenderSystemDrawing
230 m_GraphicsDrawing.DrawLine(windowCoordinateX0, windowCoordinateY0, in DrawLine()
Ddemo_GraphicsDrawing.cpp244 void GraphicsDrawing::DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in DrawLine() function in demo::GraphicsDrawing
/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreamingFrame.cpp108 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()