Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_publicmethods.cpp217 double dValue1, in ApplyNamedOperation() argument
221 return dValue1 + dValue2; in ApplyNamedOperation()
224 return dValue1 * dValue2; in ApplyNamedOperation()
226 return std::min(dValue1, dValue2); in ApplyNamedOperation()
228 return std::max(dValue1, dValue2); in ApplyNamedOperation()