Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp382 FX_FLOAT fMaxHeight, in GetPopupPos() argument
387 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
391 GetPopupPosComboBox(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
396 m_pWidgetMgr->GetAdapterPopupPos(this, fMinHeight, fMaxHeight, rtAnchor, in GetPopupPos()
400 GetPopupPosGeneral(fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetPopupPos()
404 FX_FLOAT fMaxHeight, in GetPopupPosMenu() argument
436 FX_FLOAT fMaxHeight, in GetPopupPosComboBox() argument
440 if (rtPopup.height > fMaxHeight) in GetPopupPosComboBox()
441 fPopHeight = fMaxHeight; in GetPopupPosComboBox()
460 FX_FLOAT fMaxHeight, in GetPopupPosGeneral() argument
Dcfwl_widget.h138 FX_FLOAT fMaxHeight,
165 FX_FLOAT fMaxHeight,
169 FX_FLOAT fMaxHeight,
173 FX_FLOAT fMaxHeight,
Dcfwl_widgetmgr.h68 FX_FLOAT fMaxHeight,
Dcfwl_widgetmgr.cpp387 FX_FLOAT fMaxHeight, in GetAdapterPopupPos() argument
390 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
/external/pdfium/xfa/fxfa/app/
Dxfa_fwladapter.cpp29 FX_FLOAT fMaxHeight, in GetPopupPos() argument
36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup); in GetPopupPos()
Dxfa_fwladapter.h23 FX_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/xfa/fxfa/parser/
Dcxfa_widgetdata.h71 bool GetMaxHeight(FX_FLOAT& fMaxHeight);
Dcxfa_widgetdata.cpp398 bool CXFA_WidgetData::GetMaxHeight(FX_FLOAT& fMaxHeight) { in GetMaxHeight() argument
399 return TryMeasure(XFA_ATTRIBUTE_MaxH, fMaxHeight); in GetMaxHeight()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ScrollBar.cpp1085 FX_FLOAT fMaxHeight = rcMax.top - rcMax.bottom; in GetScrollArea() local
1098 if (rcClient.top - rcClient.bottom > fMinHeight + fMaxHeight + 2) { in GetScrollArea()
1100 rcClient.right, rcClient.top - fMaxHeight - 1); in GetScrollArea()