Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiLabel.cpp26 m_borderWidth = 0.0f; in Label()
75 if (m_borderWidth >= 0.0f) in OnDraw()
81 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
DGuiButton.cpp26 m_borderWidth = 2.0f; in Button()
79 if (m_borderWidth >= 0.0f) in OnDraw()
85 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
DGuiControlBase.cpp53 m_borderWidth = 1.0f; in ControlBase()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlBase.h158 return m_borderWidth; in GetBorderWidth()
268 m_borderWidth = borderWidth; in SetBorderWidth()
343 f32 m_borderWidth; variable