Home
last modified time | relevance | path

Searched refs:SetPointSize (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/
Dgx_Draw2d.cpp109 s_RenderSystem.SetPointSize( 2.0f * ( value + 1.0f ) ); in DrawDisplay0()
/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h138 virtual void SetPointSize(const f32 pointSize);
Ddemo_RenderSystemDrawing.h160 virtual void SetPointSize(const f32 pointSize);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_RenderSystemDrawing.cpp211 void RenderSystemDrawing::SetPointSize(const f32 pointSize) in SetPointSize() function in demo::RenderSystemDrawing
213 m_GraphicsDrawing.SetPointSize(pointSize); in SetPointSize()
Ddemo_GraphicsDrawing.cpp219 void GraphicsDrawing::SetPointSize(const f32 pointSize) in SetPointSize() function in demo::GraphicsDrawing