Home
last modified time | relevance | path

Searched refs:CalcItemHeight (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h67 float CalcItemHeight();
Dcfwl_listbox.cpp490 m_fItemHeight = CalcItemHeight(); in CalcSize()
614 float CFWL_ListBox::CalcItemHeight() { in CalcItemHeight() function in CFWL_ListBox
Dcfwl_combobox.cpp546 float fItemHeight = pComboList->CalcItemHeight(); in DisForm_ShowDropList()