Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlBase.h84 return m_y; in GetY()
198 m_y = y; in SetY()
322 s32 m_y; variable
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp43 m_y = y; 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()