Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_listbox.h66 float GetItemHeight() const { return m_fItemHeight; } in GetItemHeight()
128 float m_fItemHeight = 0.0f; variable
H A Dcfwl_listbox.cpp483 m_fItemHeight = CalcItemHeight(); in CalcSize()
489 UpdateItemSize(htem, fs, fWidth, m_fItemHeight, bAutoSize); in CalcSize()
513 szRange.height = std::max(fs.height - m_rtConent.height, m_fItemHeight); in CalcSize()
517 m_pVertScrollBar->SetStepSize(m_fItemHeight); in CalcSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_listbox.h77 float GetItemHeight() const { return m_fItemHeight; } in GetItemHeight()
138 float m_fItemHeight = 0.0f; variable
H A Dcfwl_listbox.cpp460 m_fItemHeight = CalcItemHeight(); in CalcSize()
466 UpdateItemSize(htem, fs, fWidth, m_fItemHeight, bAutoSize); in CalcSize()
490 szRange.height = std::max(fs.height - m_ContentRect.height, m_fItemHeight); in CalcSize()
494 m_pVertScrollBar->SetStepSize(m_fItemHeight); in CalcSize()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/lightwidget/
H A Dcfwl_listbox.cpp114 m_ListBoxDP.m_fItemHeight = fItemHeight; in SetItemHeight()
305 return m_fItemHeight; in GetItemHeight()
H A Dcfwl_combobox.cpp285 m_fItemHeight = 0; in CFWL_ComboBoxDP()
389 return m_fItemHeight; in GetItemHeight()
H A Dcfwl_listbox.h101 FX_FLOAT m_fItemHeight; variable
H A Dcfwl_combobox.h127 FX_FLOAT m_fItemHeight; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_listboximp.cpp768 m_fItemHeight = GetItemHeigt(); in CalcSize()
772 fWidth += m_fItemHeight; in CalcSize()
777 GetItemSize(fs, htem, fWidth, m_fItemHeight, bAutoSize); in CalcSize()
811 if (szRange.y < m_fItemHeight) { in CalcSize()
812 szRange.y = m_fItemHeight; in CalcSize()
816 m_pVertScrollBar->SetStepSize(m_fItemHeight); in CalcSize()
H A Dfwl_listboximp.h101 FX_FLOAT m_fItemHeight; variable
H A Dfwl_comboboximp.h191 FX_FLOAT m_fItemHeight; variable
H A Dfwl_comboboximp.cpp958 m_fItemHeight = in ShowDropList()
959 static_cast<CFWL_ComboListImp*>(m_pListBox->GetImpl())->m_fItemHeight; in ShowDropList()