Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp44 m_width = width; in ControlBase()
140 x = m_x - offsetR + m_width - m_textWidth; in CalculateTextX()
147 x = m_x + offsetL + ((m_width - offsetC) - m_textWidth) / 2; in CalculateTextX()
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()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlBase.h92 return m_width; in GetWidth()
208 m_width = width; in SetWidth()
324 u32 m_width; variable