Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp440 float fPopHeight = rtPopup.height; in GetPopupPosComboBox() local
442 fPopHeight = fMaxHeight; in GetPopupPosComboBox()
444 fPopHeight = fMinHeight; in GetPopupPosComboBox()
447 float fBottom = rtAnchor.bottom() + fPopHeight; in GetPopupPosComboBox()
451 CFX_RectF(rtAnchor.left, rtAnchor.top - fPopHeight, fWidth, fPopHeight); in GetPopupPosComboBox()
453 rtPopup = CFX_RectF(rtAnchor.left, rtAnchor.bottom(), fWidth, fPopHeight); in GetPopupPosComboBox()