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 D | js_canvas_renderer.h | 77 void JsRestore(const JSCallbackInfo& info);
|
H A D | js_offscreen_canvas.h | 63 void JsRestore(const JSCallbackInfo& info) {} in JsRestore() function
|
H A D | js_offscreen_rendering_context.cpp | 118 JSClass<JSOffscreenRenderingContext>::CustomMethod("restore", &JSCanvasRenderer::JsRestore); in JSBind()
|
H A D | js_rendering_context.cpp | 150 JSClass<JSRenderingContext>::CustomMethod("restore", &JSCanvasRenderer::JsRestore); in JSBind()
|
H A D | js_canvas_renderer.cpp | 1274 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 D | jsi_canvas_bridge.h | 105 …static shared_ptr<JsValue> JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu…
|
H A D | jsi_offscreen_canvas_bridge.h | 94 …static shared_ptr<JsValue> JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu…
|
H A D | jsi_offscreen_canvas_bridge.cpp | 257 { "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 D | jsi_canvas_bridge.cpp | 295 { "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
|