HomeSort by relevance Sort by last modified time
    Searched refs:GetFirstHeight (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 84 FX_FLOAT GetFirstHeight() const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 602 FX_FLOAT CPWL_ListBox::GetFirstHeight() const
605 return m_pList->GetFirstHeight();
PWL_ComboBox.cpp 509 fPopupMin = m_pList->GetFirstHeight() * 3 + m_pList->GetBorderWidth() * 2;
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 433 virtual FX_FLOAT GetFirstHeight() const = 0;
fxet_list.h 232 virtual FX_FLOAT GetFirstHeight() const;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 246 FX_FLOAT CFX_List::GetFirstHeight() const
909 rcContent.bottom, rcContent.top, GetFirstHeight(), rcPlate.Height());

Completed in 201 milliseconds