Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp182 float fPopupHeight; in GetPopupPos() local
184 fPopupHeight = fMinPopup; in GetPopupPos()
186 fPopupHeight = fMaxPopup; in GetPopupPos()
188 fPopupHeight = static_cast<float>(t); in GetPopupPos()
195 rtPopup.height = fPopupHeight; in GetPopupPos()
197 rtPopup.top = -fPopupHeight; in GetPopupPos()
198 rtPopup.height = fPopupHeight; in GetPopupPos()
206 rtPopup.height = fPopupHeight; in GetPopupPos()
208 rtPopup.top = -fPopupHeight; in GetPopupPos()
209 rtPopup.height = fPopupHeight; in GetPopupPos()