Home
last modified time | relevance | path

Searched refs:DrawBox (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiUtil.h59 void DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth = 1.0f);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiUtil.cpp49 void util::DrawBox(f32 x, f32 y, f32 width, f32 height, f32 lineWidth) in DrawBox() function in scene::util
DGuiLabel.cpp81 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
DGuiButton.cpp85 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()