Searched refs:fRet (Results 1 – 3 of 3) sorted by relevance
68 FX_FLOAT fRet = m_fTopSpace; in GetContentsHeight() local81 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()
251 FX_FLOAT fRet = this->GetContentRect().Height(); in GetItemHeight() local259 return fRet; in GetItemHeight()1052 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height(); in GetItemHeight() local1055 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()
136 FX_FLOAT fRet = 0.0f; in GetMinMaxValue() local174 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()