Searched defs:fPopupRet (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_combo_box.cpp442 float fPopupRet; local
444 &bBottom, &fPopupRet); local
445 if (!IsFloatBigger(fPopupRet, 0.0f))
454 rcWindow.bottom -= fPopupRet;
456 rcWindow.top += fPopupRet;
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.cpp543 float* fPopupRet) {
579 *fPopupRet = fMaxListBoxHeight;
585 *fPopupRet = fMaxListBoxHeight;
591 *fPopupRet = fTop;
594 *fPopupRet = fBottom;
538 QueryWherePopup( CPWL_Wnd::PrivateData* pAttached, float fPopupMin, float fPopupMax, bool* bBottom, float* fPopupRet) argument

Completed in 107 milliseconds