Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:fRet

209     FX_FLOAT fRet = GetContentRect().Height();
215 return fRet;
892 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height();
895 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2);
896 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2;
898 return m_fOldItemHeight = fRet;