Searched refs:fRet (Results 1 – 2 of 2) sorted by relevance
151 float fRet = pArray[0]; in GetMinMaxValue() local154 fRet = std::max(fRet, pArray[i]); in GetMinMaxValue()157 fRet = std::min(fRet, pArray[i]); in GetMinMaxValue()159 return fRet; in GetMinMaxValue()
588 float fRet = 0.0f; in GetMaxTextWidth() local597 fRet = std::max(fRet, sz.width); in GetMaxTextWidth()599 return fRet; in GetMaxTextWidth()