Searched refs:m_x (Results 1 – 4 of 4) sorted by relevance
42 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()
81 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
85 scene::util::DrawBox(m_x, m_y, m_width, m_height, m_borderWidth); in OnDraw()
76 return m_x; in GetX()190 m_x = x; in SetX()321 s32 m_x; variable