Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1400 float ValueToFloat(v8::Isolate* pIsolate, v8::Local<v8::Value> arg) { in ValueToFloat() function
1409 return ValueToFloat(pIsolate, extracted); in ValueToFloat()
1490 const float first = ValueToFloat(pIsolate, firstValue); in SimpleValueCompare()
1491 const float second = ValueToFloat(pIsolate, secondValue); in SimpleValueCompare()
1737 info.GetReturnValue().Set(ceil(ValueToFloat(info.GetIsolate(), argValue))); in Ceil()
1769 info.GetReturnValue().Set(floor(ValueToFloat(info.GetIsolate(), argValue))); in Floor()
1996 iStyle = static_cast<int32_t>(ValueToFloat(info.GetIsolate(), infotyle)); in DateFmt()
2105 iStyle = static_cast<int32_t>(ValueToFloat(info.GetIsolate(), infotyle)); in LocalDateFmt()
2143 iStyle = static_cast<int32_t>(ValueToFloat(info.GetIsolate(), infotyle)); in LocalTimeFmt()
2180 static_cast<int32_t>(ValueToFloat(info.GetIsolate(), dateValue)); in Num2Date()
[all …]