Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1073 holderPath->MoveTo(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1])); in JsPath2DMoveTo()
1098 holderPath->LineTo(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1])); in JsPath2DLineTo()
1128 holderPath->Arc(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DArc()
1129 GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3]), in JsPath2DArc()
1155 holderPath->ArcTo(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DArcTo()
1156GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3]), GetJsDoubleVal(runtime, argv[4… in JsPath2DArcTo()
1182 GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3])); in JsPath2DQuadraticCurveTo()
1239 holderPath->Ellipse(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DEllipse()
1240 GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3]), in JsPath2DEllipse()
1267 holderPath->Rect(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DRect()
[all …]
H A Djsi_canvas_bridge.cpp1272 holderPath->MoveTo(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1])); in JsPath2DMoveTo()
1297 holderPath->LineTo(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1])); in JsPath2DLineTo()
1327 holderPath->Arc(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DArc()
1328 GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3]), in JsPath2DArc()
1354 holderPath->ArcTo(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DArcTo()
1355GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3]), GetJsDoubleVal(runtime, argv[4… in JsPath2DArcTo()
1438 holderPath->Ellipse(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DEllipse()
1439 GetJsDoubleVal(runtime, argv[2]), GetJsDoubleVal(runtime, argv[3]), in JsPath2DEllipse()
1440 GetJsDoubleVal(runtime, argv[4]), GetJsDoubleVal(runtime, argv[5]), in JsPath2DEllipse()
1466 holderPath->Rect(GetJsDoubleVal(runtime, argv[0]), GetJsDoubleVal(runtime, argv[1]), in JsPath2DRect()
[all …]