Searched refs:m_width (Results 1 – 4 of 4) sorted by relevance
44 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()
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()
92 return m_width; in GetWidth()208 m_width = width; in SetWidth()324 u32 m_width; variable