OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fItemHeight
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/include/fwl/lightwidget/
combobox.h
118
FX_FLOAT
m_fItemHeight
;
listbox.h
93
FX_FLOAT
m_fItemHeight
;
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h
94
FX_FLOAT
m_fItemHeight
;
fwl_comboboximp.h
176
FX_FLOAT
m_fItemHeight
;
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp
780
m_fItemHeight
= GetItemHeigt();
784
fWidth +=
m_fItemHeight
;
789
GetItemSize(fs, htem, fWidth,
m_fItemHeight
, bAutoSize);
823
if (szRange.y <
m_fItemHeight
) {
824
szRange.y =
m_fItemHeight
;
828
m_pVertScrollBar->SetStepSize(
m_fItemHeight
);
894
FX_FLOAT
m_fItemHeight
,
900
rtItem.Set(0, size.y, fWidth,
m_fItemHeight
);
906
size.y +=
m_fItemHeight
;
[
all
...]
fwl_comboboximp.cpp
[
all
...]
/external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp
234
m_fItemHeight
= 0;
320
return
m_fItemHeight
;
listbox.cpp
108
m_ListBoxDP.
m_fItemHeight
= fItemHeight;
285
return
m_fItemHeight
;
Completed in 949 milliseconds