Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_path.cpp41 auto toBeAdd = path->GetCanvasPath2d(); in AddPath() local
42 path2d_->AddPath(toBeAdd); in AddPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1016 auto toBeAdd = GetPath2D(runtime, argv[0]); in JsPath2DAddPath() local
1017 if (toBeAdd == nullptr) { in JsPath2DAddPath()
1021 holderPath->AddPath(toBeAdd); in JsPath2DAddPath()
H A Djsi_canvas_bridge.cpp1215 auto toBeAdd = GetPath2D(runtime, argv[0]); in JsPath2DAddPath() local
1216 if (toBeAdd == nullptr) { in JsPath2DAddPath()
1220 holderPath->AddPath(toBeAdd); in JsPath2DAddPath()