Searched refs:JsStrokeRect (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 | 59 void JsStrokeRect(const JSCallbackInfo& info);
|
H A D | js_offscreen_canvas.h | 44 void JsStrokeRect(const JSCallbackInfo& info) {} in JsStrokeRect() function
|
H A D | js_offscreen_rendering_context.cpp | 98 … JSClass<JSOffscreenRenderingContext>::CustomMethod("strokeRect", &JSCanvasRenderer::JsStrokeRect); in JSBind()
|
H A D | js_rendering_context.cpp | 131 JSClass<JSRenderingContext>::CustomMethod("strokeRect", &JSCanvasRenderer::JsStrokeRect); in JSBind()
|
H A D | js_canvas_renderer.cpp | 1514 void JSCanvasRenderer::JsStrokeRect(const JSCallbackInfo& info) in JsStrokeRect() 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 | 61 …static shared_ptr<JsValue> JsStrokeRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
|
H A D | jsi_offscreen_canvas_bridge.h | 70 …static shared_ptr<JsValue> JsStrokeRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
|
H A D | jsi_offscreen_canvas_bridge.cpp | 239 { "strokeRect", JsStrokeRect }, in JsGetContext() 412 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsStrokeRect(const shared_ptr<JsRuntime>& runtime, in JsStrokeRect() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
|
H A D | jsi_canvas_bridge.cpp | 277 { "strokeRect", JsStrokeRect }, in HandleJsContext() 622 shared_ptr<JsValue> JsiCanvasBridge::JsStrokeRect(const shared_ptr<JsRuntime>& runtime, in JsStrokeRect() function in OHOS::Ace::Framework::JsiCanvasBridge
|