Home | History | Annotate | Download | only in win

Lines Matching refs:m_itemHeight

170     , m_itemHeight(0)
372 m_itemHeight = m_data.m_itemHeight;
374 int naturalHeight = m_itemHeight * itemCount;
378 popupHeight -= popupHeight % m_itemHeight;
447 damageRect.setY(m_itemHeight * (index - m_scrollOffset));
448 damageRect.setHeight(m_itemHeight);
497 ::ScrollWindowEx(m_popup, 0, scrolledLines * m_itemHeight, &r, 0, 0, 0, flags);
839 translatedDamageRect.move(IntSize(0, m_scrollOffset * m_itemHeight));
842 IntRect selectedIndexRectInBackingStore(0, focusedIndex() * m_itemHeight, m_data.m_selectedBackingStore->size().width(), m_itemHeight);
844 selectedIndexDstPoint.move(0, -m_scrollOffset * m_itemHeight);
885 return clientRect().height() / m_itemHeight;
890 return m_scrollOffset + point.y() / m_itemHeight;