OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFirstHeight
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h
102
FX_FLOAT
GetFirstHeight
() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp
505
FX_FLOAT CPWL_ListBox::
GetFirstHeight
() const {
507
return m_pList->
GetFirstHeight
();
PWL_ComboBox.cpp
480
m_pList->
GetFirstHeight
() * 3 + m_pList->GetBorderWidth() * 2;
/external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h
222
FX_FLOAT
GetFirstHeight
() const override;
fx_edit.h
528
virtual FX_FLOAT
GetFirstHeight
() const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp
202
FX_FLOAT CFX_List::
GetFirstHeight
() const {
738
GetFirstHeight
(), rcPlate.Height());
Completed in 85 milliseconds