Home
last modified time | relevance | path

Searched refs:JsSetLineJoin (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.h98 void JsSetLineJoin(const JSCallbackInfo& info);
H A Djs_offscreen_canvas.h93 void JsSetLineJoin(const JSCallbackInfo& info) {} in JsSetLineJoin() function
H A Djs_offscreen_rendering_context.cpp61 "lineJoin", &JSCanvasRenderer::JSGetEmpty, &JSCanvasRenderer::JsSetLineJoin); in JSBind()
H A Djs_rendering_context.cpp98 "lineJoin", &JSCanvasRenderer::JSGetEmpty, &JSCanvasRenderer::JsSetLineJoin); in JSBind()
H A Djs_canvas_renderer.cpp955 void JSCanvasRenderer::JsSetLineJoin(const JSCallbackInfo& info) in JsSetLineJoin() function in OHOS::Ace::Framework::JSCanvasRenderer