Searched refs:fMaxHeight (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.cpp | 383 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
|
D | cfwl_widget.h | 140 float fMaxHeight, 167 float fMaxHeight, 171 float fMaxHeight, 175 float fMaxHeight,
|
D | cfwl_widgetmgr.h | 65 float fMaxHeight,
|
D | cfwl_widgetmgr.cpp | 383 float fMaxHeight, in GetAdapterPopupPos() argument 386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwladapterwidgetmgr.cpp | 29 float fMaxHeight, in GetPopupPos() argument 36 pFFWidget, fMinHeight, fMaxHeight, rtRotateAnchor, rtPopup); in GetPopupPos()
|
D | cxfa_fwladapterwidgetmgr.h | 23 float fMaxHeight,
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 727 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/ |
D | cpwl_scroll_bar.cpp | 839 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()
|