Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp68 FX_FLOAT fRet = m_fTopSpace; in GetContentsHeight() local
81 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth* 2 - fLeft - fRight); in GetContentsHeight()
82 fRet += m_fItemSpace; in GetContentsHeight()
86 fRet -= m_fItemSpace; in GetContentsHeight()
89 fRet += m_fBottomSpace; in GetContentsHeight()
91 return fRet; in GetContentsHeight()
DPWL_Note.cpp251 FX_FLOAT fRet = this->GetContentRect().Height(); in GetItemHeight() local
259 return fRet; in GetItemHeight()
1052 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height(); in GetItemHeight() local
1055 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2); in GetItemHeight()
1056 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2; in GetItemHeight()
1058 return m_fOldItemHeight = fRet; in GetItemHeight()
/external/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp136 FX_FLOAT fRet = 0.0f; in GetMinMaxValue() local
174 fRet = pArray[0]; in GetMinMaxValue()
178 if (fRet <= pArray[i]) in GetMinMaxValue()
179 fRet = pArray[i]; in GetMinMaxValue()
184 if (fRet >= pArray[i]) in GetMinMaxValue()
185 fRet = pArray[i]; in GetMinMaxValue()
188 return fRet; in GetMinMaxValue()