Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp436 float fPopupMin = 0.0f; in SetPopup() local
438 fPopupMin = m_pList->GetFirstHeight() * 3 + fBorderWidth; in SetPopup()
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
Dcpwl_edit.h24 float fPopupMin,
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h129 float fPopupMin,
Dcffl_interactiveformfiller.cpp540 float fPopupMin, in QueryWherePopup() argument
576 pdfium::clamp(kMaxListBoxHeight, fPopupMin, fPopupMax); in QueryWherePopup()
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp353 float fPopupMin = rtMonthCal.height; in DisForm_ShowMonthCalendar() local
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
Dcfwl_combobox.cpp548 float fPopupMin = 0.0f; in DisForm_ShowDropList() local
550 fPopupMin = fItemHeight * 3 + fBorder * 2; in DisForm_ShowDropList()
554 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, rtList); in DisForm_ShowDropList()