Home
last modified time | relevance | path

Searched refs:GetFirstHeight (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h84 FX_FLOAT GetFirstHeight() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp602 FX_FLOAT CPWL_ListBox::GetFirstHeight() const in GetFirstHeight() function in CPWL_ListBox
605 return m_pList->GetFirstHeight(); in GetFirstHeight()
DPWL_ComboBox.cpp509 fPopupMin = m_pList->GetFirstHeight() * 3 + m_pList->GetBorderWidth() * 2; in SetPopup()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp246 FX_FLOAT CFX_List::GetFirstHeight() const in GetFirstHeight() function in CFX_List
909 rcContent.bottom, rcContent.top, GetFirstHeight(), rcPlate.Height()); in SetScrollInfo()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h232 virtual FX_FLOAT GetFirstHeight() const;
Dfx_edit.h433 virtual FX_FLOAT GetFirstHeight() const = 0;