Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h102 FX_FLOAT GetFirstHeight() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp505 FX_FLOAT CPWL_ListBox::GetFirstHeight() const { in GetFirstHeight() function in CPWL_ListBox
507 return m_pList->GetFirstHeight(); in GetFirstHeight()
DPWL_ComboBox.cpp480 m_pList->GetFirstHeight() * 3 + m_pList->GetBorderWidth() * 2; in SetPopup()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp202 FX_FLOAT CFX_List::GetFirstHeight() const { in GetFirstHeight() function in CFX_List
738 GetFirstHeight(), rcPlate.Height()); in SetScrollInfo()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h222 FX_FLOAT GetFirstHeight() const override;
Dfx_edit.h528 virtual FX_FLOAT GetFirstHeight() const = 0;