Searched refs:fRet (Results 1 – 7 of 7) sorted by relevance
55 FX_FLOAT fRet = m_fTopSpace; in GetContentsHeight() local65 fRet += pChild->GetItemHeight(fLimitWidth - fBorderWidth * 2 - fLeft - in GetContentsHeight()67 fRet += m_fItemSpace; in GetContentsHeight()71 fRet -= m_fItemSpace; in GetContentsHeight()74 fRet += m_fBottomSpace; in GetContentsHeight()76 return fRet; in GetContentsHeight()
209 FX_FLOAT fRet = GetContentRect().Height(); in GetItemHeight() local215 return fRet; in GetItemHeight()892 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height(); in GetItemHeight() local895 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2); in GetItemHeight()896 fRet += POPUP_ITEM_HEAD_BOTTOM + POPUP_ITEM_BOTTOMWIDTH + fBorderWidth * 2; in GetItemHeight()898 return m_fOldItemHeight = fRet; in GetItemHeight()
129 FX_FLOAT fRet = 0.0f; in GetMinMaxValue() local163 fRet = pArray[0]; in GetMinMaxValue()166 if (fRet <= pArray[i]) in GetMinMaxValue()167 fRet = pArray[i]; in GetMinMaxValue()170 if (fRet >= pArray[i]) in GetMinMaxValue()171 fRet = pArray[i]; in GetMinMaxValue()174 return fRet; in GetMinMaxValue()
910 FX_FLOAT fRet = 0.0f; in GetMaxTextWidth() local922 if (sz.x > fRet) { in GetMaxTextWidth()923 fRet = sz.x; in GetMaxTextWidth()926 return fRet; in GetMaxTextWidth()
591 FX_FLOAT* fRet = static_cast<FX_FLOAT*>(GetThemeCapacity(dwCapacity)); in GetEdgeWidth() local592 return fRet ? *fRet : 0; in GetEdgeWidth()
837 int fRet = pWidgetAcc->ProcessValidate(-1); in _OnBeforeNotifySumbit() local838 if (fRet == XFA_EVENTERROR_Error) { in _OnBeforeNotifySumbit()
6976 FX_FLOAT fRet = 0.0f; in HValueToFloat() local6990 fRet = HValueToFloat(hThis, newProperty); in HValueToFloat()6997 fRet = HValueToFloat(hThis, newProperty); in HValueToFloat()7002 fRet = (FX_FLOAT)StringToDouble(bsOutput); in HValueToFloat()7004 fRet = 0; in HValueToFloat()7006 fRet = FXJSE_Value_ToFloat(arg); in HValueToFloat()7008 return fRet; in HValueToFloat()