Searched refs:m_borderWidth (Results 1 – 4 of 4) sorted by relevance
26 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()
26 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()
53 m_borderWidth = 1.0f; in ControlBase()
158 return m_borderWidth; in GetBorderWidth()268 m_borderWidth = borderWidth; in SetBorderWidth()343 f32 m_borderWidth; variable