Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp149 float fRet = pArray[0]; in GetMinMaxValue() local
152 fRet = std::max(fRet, pArray[i]); in GetMinMaxValue()
155 fRet = std::min(fRet, pArray[i]); in GetMinMaxValue()
157 return fRet; in GetMinMaxValue()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp595 float fRet = 0.0f; in GetMaxTextWidth() local
604 fRet = std::max(fRet, sz.width); in GetMaxTextWidth()
606 return fRet; in GetMaxTextWidth()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp640 int fRet = pWidgetAcc->GetNode()->ProcessValidate(docView, -1); in OnBeforeNotifySubmit() local
641 if (fRet == XFA_EVENTERROR_Error) { in OnBeforeNotifySubmit()