Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp42 m_x = x; in ControlBase()
135 x = m_x + offsetL; in CalculateTextX()
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.h76 return m_x; in GetX()
190 m_x = x; in SetX()
321 s32 m_x; variable