Searched refs:m_lable_height (Results 1 – 2 of 2) sorted by relevance
248 …m_lable_height = MulDiv(LABLE_HEIGHT, m_sys_dpi, DEFAULT_DPI_96) * text_scaler / DEFAULT_TEXT_SCAL… in SetControlDimensions()477 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()499 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()502 int offset = m_lable_height + 4; in PositionChildren()517 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()536 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()549 childsize.bottom = childsize.top + m_lable_height; in PositionChildren()
301 int m_lable_height; variable