Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h77 float CalcItemHeight();
Dcfwl_listbox.cpp433 m_fItemHeight = CalcItemHeight(); in CalcSize()
548 float CFWL_ListBox::CalcItemHeight() { in CalcItemHeight() function in CFWL_ListBox
Dcfwl_combobox.cpp217 float fItemHeight = pComboList->CalcItemHeight(); in ShowDropDownList()