Searched refs:fRet (Results 1 – 3 of 3) sorted by relevance
149 float fRet = pArray[0]; in GetMinMaxValue() local152 fRet = std::max(fRet, pArray[i]); in GetMinMaxValue()155 fRet = std::min(fRet, pArray[i]); in GetMinMaxValue()157 return fRet; in GetMinMaxValue()
595 float fRet = 0.0f; in GetMaxTextWidth() local604 fRet = std::max(fRet, sz.width); in GetMaxTextWidth()606 return fRet; in GetMaxTextWidth()
640 int fRet = pWidgetAcc->GetNode()->ProcessValidate(docView, -1); in OnBeforeNotifySubmit() local641 if (fRet == XFA_EVENTERROR_Error) { in OnBeforeNotifySubmit()