Home
last modified time | relevance | path

Searched refs:JsSetStrokeStyle (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.h96 void JsSetStrokeStyle(const JSCallbackInfo& info);
H A Djs_offscreen_canvas.h89 void JsSetStrokeStyle(const JSCallbackInfo& info) {} in JsSetStrokeStyle() function
H A Djs_offscreen_rendering_context.cpp57 "strokeStyle", &JSCanvasRenderer::JSGetEmpty, &JSCanvasRenderer::JsSetStrokeStyle); in JSBind()
H A Djs_rendering_context.cpp94 "strokeStyle", &JSCanvasRenderer::JSGetEmpty, &JSCanvasRenderer::JsSetStrokeStyle); in JSBind()
H A Djs_canvas_renderer.cpp364 void JSCanvasRenderer::JsSetStrokeStyle(const JSCallbackInfo& info) in JsSetStrokeStyle() function in OHOS::Ace::Framework::JSCanvasRenderer