Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.h77 void JsRestore(const JSCallbackInfo& info);
H A Djs_offscreen_canvas.h63 void JsRestore(const JSCallbackInfo& info) {} in JsRestore() function
H A Djs_offscreen_rendering_context.cpp118 JSClass<JSOffscreenRenderingContext>::CustomMethod("restore", &JSCanvasRenderer::JsRestore); in JSBind()
H A Djs_rendering_context.cpp150 JSClass<JSRenderingContext>::CustomMethod("restore", &JSCanvasRenderer::JsRestore); in JSBind()
H A Djs_canvas_renderer.cpp1274 void JSCanvasRenderer::JsRestore(const JSCallbackInfo& info) in JsRestore() function in OHOS::Ace::Framework::JSCanvasRenderer
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.h105 …static shared_ptr<JsValue> JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu…
H A Djsi_offscreen_canvas_bridge.h94 …static shared_ptr<JsValue> JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu…
H A Djsi_offscreen_canvas_bridge.cpp257 { "restore", JsRestore }, in JsGetContext()
747 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsRestore(const shared_ptr<JsRuntime>& runtime, in JsRestore() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
H A Djsi_canvas_bridge.cpp295 { "restore", JsRestore }, in HandleJsContext()
944 shared_ptr<JsValue> JsiCanvasBridge::JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_p… in JsRestore() function in OHOS::Ace::Framework::JsiCanvasBridge