Searched refs:DrawBox (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | GuiUtil.h | 59 void DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth = 1.0f);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiUtil.cpp | 49 void util::DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth) in DrawBox() function in scene::util
|
| D | GuiLabel.cpp | 81 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
|
| D | GuiButton.cpp | 85 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
|