Home
last modified time | relevance | path

Searched refs:JsStrokeText (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.h62 void JsStrokeText(const JSCallbackInfo& info);
H A Djs_offscreen_canvas.h48 void JsStrokeText(const JSCallbackInfo& info) {} in JsStrokeText() function
H A Djs_offscreen_rendering_context.cpp103 … JSClass<JSOffscreenRenderingContext>::CustomMethod("strokeText", &JSCanvasRenderer::JsStrokeText); in JSBind()
H A Djs_rendering_context.cpp135 JSClass<JSRenderingContext>::CustomMethod("strokeText", &JSCanvasRenderer::JsStrokeText); in JSBind()
H A Djs_canvas_renderer.cpp234 void JSCanvasRenderer::JsStrokeText(const JSCallbackInfo& info) in JsStrokeText() function in OHOS::Ace::Framework::JSCanvasRenderer
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.h69 …static shared_ptr<JsValue> JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
H A Djsi_offscreen_canvas_bridge.h74 …static shared_ptr<JsValue> JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
H A Djsi_offscreen_canvas_bridge.cpp242 { "strokeText", JsStrokeText }, in JsGetContext()
463 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsStrokeText(const shared_ptr<JsRuntime>& runtime, in JsStrokeText() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
H A Djsi_canvas_bridge.cpp280 { "strokeText", JsStrokeText }, in HandleJsContext()
666 shared_ptr<JsValue> JsiCanvasBridge::JsStrokeText(const shared_ptr<JsRuntime>& runtime, in JsStrokeText() function in OHOS::Ace::Framework::JsiCanvasBridge