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 D | js_canvas_renderer.h | 62 void JsStrokeText(const JSCallbackInfo& info);
|
H A D | js_offscreen_canvas.h | 48 void JsStrokeText(const JSCallbackInfo& info) {} in JsStrokeText() function
|
H A D | js_offscreen_rendering_context.cpp | 103 … JSClass<JSOffscreenRenderingContext>::CustomMethod("strokeText", &JSCanvasRenderer::JsStrokeText); in JSBind()
|
H A D | js_rendering_context.cpp | 135 JSClass<JSRenderingContext>::CustomMethod("strokeText", &JSCanvasRenderer::JsStrokeText); in JSBind()
|
H A D | js_canvas_renderer.cpp | 234 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 D | jsi_canvas_bridge.h | 69 …static shared_ptr<JsValue> JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
|
H A D | jsi_offscreen_canvas_bridge.h | 74 …static shared_ptr<JsValue> JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
|
H A D | jsi_offscreen_canvas_bridge.cpp | 242 { "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 D | jsi_canvas_bridge.cpp | 280 { "strokeText", JsStrokeText }, in HandleJsContext() 666 shared_ptr<JsValue> JsiCanvasBridge::JsStrokeText(const shared_ptr<JsRuntime>& runtime, in JsStrokeText() function in OHOS::Ace::Framework::JsiCanvasBridge
|