Home
last modified time | relevance | path

Searched refs:fMaxHeight (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp383 float fMaxHeight, in GetPopupPos() argument
388 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
392 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
397 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
401 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
405 float fMaxHeight, in GetPopupPosMenu() argument
437 float fMaxHeight, in GetPopupPosComboBox() argument
441 if (rtPopup.height > fMaxHeight) in GetPopupPosComboBox()
442 fPopHeight = fMaxHeight; in GetPopupPosComboBox()
461 float fMaxHeight, in GetPopupPosGeneral() argument
Dcfwl_widget.h140 float fMaxHeight,
167 float fMaxHeight,
171 float fMaxHeight,
175 float fMaxHeight,
Dcfwl_widgetmgr.h65 float fMaxHeight,
Dcfwl_widgetmgr.cpp383 float fMaxHeight, in GetAdapterPopupPos() argument
386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp29 float fMaxHeight, in GetPopupPos() argument
36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup); in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h23 float fMaxHeight,
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp727 float fMaxHeight = (float)m_uiNextLineH; in MeasureText() local
738 fMaxHeight += (float)m_uiNextLineH; in MeasureText()
760 *pfHeight = fMaxHeight * fScale; in MeasureText()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp839 float fMaxHeight = rcMax.top - rcMax.bottom; in GetScrollArea() local
852 if (rcClient.top - rcClient.bottom > fMinHeight + fMaxHeight + 2) { in GetScrollArea()
854 rcClient.right, rcClient.top - fMaxHeight - 1); in GetScrollArea()