Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp569 FX_FLOAT fMaxListBoxHeight = 0; in QueryWherePopup() local
572 fMaxListBoxHeight = fPopupMin; in QueryWherePopup()
574 fMaxListBoxHeight = FFL_MAXLISTBOXHEIGHT; in QueryWherePopup()
577 fMaxListBoxHeight = fPopupMax; in QueryWherePopup()
580 if (fBottom > fMaxListBoxHeight) { in QueryWherePopup()
581 fFactHeight = fMaxListBoxHeight; in QueryWherePopup()
584 if (fTop > fMaxListBoxHeight) { in QueryWherePopup()
585 fFactHeight = fMaxListBoxHeight; in QueryWherePopup()