Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp606 FX_FLOAT fMaxListBoxHeight = 0; in QueryWherePopup() local
609 fMaxListBoxHeight = fPopupMin; in QueryWherePopup()
611 fMaxListBoxHeight = FFL_MAXLISTBOXHEIGHT; in QueryWherePopup()
614 fMaxListBoxHeight = fPopupMax; in QueryWherePopup()
617 if (fBottom > fMaxListBoxHeight) { in QueryWherePopup()
618 fFactHeight = fMaxListBoxHeight; in QueryWherePopup()
621 if (fTop > fMaxListBoxHeight) { in QueryWherePopup()
622 fFactHeight = fMaxListBoxHeight; in QueryWherePopup()