Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp439 FX_FLOAT fPopHeight = rtPopup.height; in GetPopupPosComboBox() local
441 fPopHeight = fMaxHeight; in GetPopupPosComboBox()
443 fPopHeight = fMinHeight; in GetPopupPosComboBox()
446 FX_FLOAT fBottom = rtAnchor.bottom() + fPopHeight; in GetPopupPosComboBox()
450 CFX_RectF(rtAnchor.left, rtAnchor.top - fPopHeight, fWidth, fPopHeight); in GetPopupPosComboBox()
452 rtPopup = CFX_RectF(rtAnchor.left, rtAnchor.bottom(), fWidth, fPopHeight); in GetPopupPosComboBox()