Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlBase.h100 return m_height; in GetHeight()
219 m_height = height; in SetHeight()
325 u32 m_height; variable
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp45 m_height = height; in ControlBase()
158 return (m_y + offset + ((m_height - offset) - m_textHeight) / 2); in CalculateTextY()
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()