Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.cpp457 FX_FLOAT fPopupMin = 0.0f; in SetPopup() local
459 fPopupMin = in SetPopup()
462 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
DPWL_Edit.h26 FX_FLOAT fPopupMin,
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h142 FX_FLOAT fPopupMin,
Dcffl_interactiveformfiller.cpp530 FX_FLOAT fPopupMin, in QueryWherePopup() argument
571 if (fPopupMin > FFL_MAXLISTBOXHEIGHT) { in QueryWherePopup()
572 fMaxListBoxHeight = fPopupMin; in QueryWherePopup()
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp352 FX_FLOAT fPopupMin = rtMonthCal.height; in DisForm_ShowMonthCalendar() local
358 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
Dcfwl_combobox.cpp548 FX_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()