Home
last modified time | relevance | path

Searched refs:m_fItemHeight (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp780 m_fItemHeight = GetItemHeigt(); in CalcSize()
784 fWidth += m_fItemHeight; in CalcSize()
789 GetItemSize(fs, htem, fWidth, m_fItemHeight, bAutoSize); in CalcSize()
823 if (szRange.y < m_fItemHeight) { in CalcSize()
824 szRange.y = m_fItemHeight; in CalcSize()
828 m_pVertScrollBar->SetStepSize(m_fItemHeight); in CalcSize()
894 FX_FLOAT m_fItemHeight, in GetItemSize() argument
900 rtItem.Set(0, size.y, fWidth, m_fItemHeight); in GetItemSize()
906 size.y += m_fItemHeight; in GetItemSize()
Dfwl_comboboximp.cpp946 m_fItemHeight = in ShowDropList()
947 static_cast<CFWL_ComboListImp*>(m_pListBox->GetImpl())->m_fItemHeight; in ShowDropList()
1837 if (m_pComboBox->m_rtList.height + fChanged < m_pComboBox->m_fItemHeight) { in OnMouseMove()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp108 m_ListBoxDP.m_fItemHeight = fItemHeight; in SetItemHeight()
285 return m_fItemHeight; in GetItemHeight()
Dcombobox.cpp234 m_fItemHeight = 0; in CFWL_ComboBoxDP()
320 return m_fItemHeight; in GetItemHeight()
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h93 FX_FLOAT m_fItemHeight; variable
Dcombobox.h118 FX_FLOAT m_fItemHeight; variable
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h94 FX_FLOAT m_fItemHeight; variable
Dfwl_comboboximp.h176 FX_FLOAT m_fItemHeight; variable