Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp1005 auto holderPath = path2Ds_[id]; in JsPath2DAddPath()
1041 auto holderPath = path2Ds_[id]; in JsPath2DSetTransform()
1068 auto holderPath = path2Ds_[id]; in JsPath2DMoveTo()
1093 auto holderPath = path2Ds_[id]; in JsPath2DLineTo()
1118 auto holderPath = path2Ds_[id]; in JsPath2DArc()
1150 auto holderPath = path2Ds_[id]; in JsPath2DArcTo()
1176 auto holderPath = path2Ds_[id]; in JsPath2DQuadraticCurveTo()
1202 auto holderPath = path2Ds_[id]; in JsPath2DBezierCurveTo()
1229 auto holderPath = path2Ds_[id]; in JsPath2DEllipse()
1262 auto holderPath = path2Ds_[id]; in JsPath2DRect()
[all …]
H A Djsi_canvas_bridge.cpp1204 auto holderPath = path2Ds_[id]; in JsPath2DAddPath()
1240 auto holderPath = path2Ds_[id]; in JsPath2DSetTransform()
1267 auto holderPath = path2Ds_[id]; in JsPath2DMoveTo()
1292 auto holderPath = path2Ds_[id]; in JsPath2DLineTo()
1317 auto holderPath = path2Ds_[id]; in JsPath2DArc()
1349 auto holderPath = path2Ds_[id]; in JsPath2DArcTo()
1375 auto holderPath = path2Ds_[id]; in JsPath2DQuadraticCurveTo()
1401 auto holderPath = path2Ds_[id]; in JsPath2DBezierCurveTo()
1428 auto holderPath = path2Ds_[id]; in JsPath2DEllipse()
1461 auto holderPath = path2Ds_[id]; in JsPath2DRect()
[all …]
H A Djsi_canvas_bridge.h271 static std::unordered_map<int32_t, RefPtr<CanvasPath2D>> path2Ds_; variable
H A Djsi_offscreen_canvas_bridge.h257 static std::unordered_map<int32_t, RefPtr<CanvasPath2D>> path2Ds_; variable