Searched refs:JSRenderingContext (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_rendering_context.cpp | 47 JSRenderingContext::JSRenderingContext() in JSRenderingContext() function in OHOS::Ace::Framework::JSRenderingContext 82 "canvas", &JSRenderingContext::JsGetCanvas, &JSRenderingContext::JsSetCanvas); in JSBind() 84 "width", &JSRenderingContext::JsGetWidth, &JSRenderingContext::JsSetWidth); in JSBind() 86 "height", &JSRenderingContext::JsGetHeight, &JSRenderingContext::JsSetHeight); in JSBind() 176 …JSClass<JSRenderingContext>::CustomMethod("startImageAnalyzer", &JSRenderingContext::JsStartImageA… in JSBind() 177 …JSClass<JSRenderingContext>::CustomMethod("stopImageAnalyzer", &JSRenderingContext::JsStopImageAna… in JSBind() 178 JSClass<JSRenderingContext>::CustomMethod("on", &JSRenderingContext::JsOn); in JSBind() 179 JSClass<JSRenderingContext>::CustomMethod("off", &JSRenderingContext::JsOff); in JSBind() 182 …JSClass<JSRenderingContext>::Bind(globalObj, JSRenderingContext::Constructor, JSRenderingContext::… in JSBind() 203 void JSRenderingContext::Destructor(JSRenderingContext* controller) in Destructor() [all …]
|
H A D | js_rendering_context.h | 34 class JSRenderingContext : public JSCanvasRenderer { 36 JSRenderingContext(); 37 ~JSRenderingContext() override = default; 41 static void Destructor(JSRenderingContext* controller); 59 ACE_DISALLOW_COPY_AND_MOVE(JSRenderingContext);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | preview_mock_model_impl.h | 38 auto jsContext = Referenced::MakeRefPtr<JSRenderingContext>(); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl.cpp | 574 { "CanvasRenderingContext2D", JSRenderingContext::JSBind }, 764 { "CanvasRenderingContext2D", JSRenderingContext::JSBind }, 884 JSRenderingContext::JSBind(globalObj); in RegisterAllModule() 934 JSRenderingContext::JSBind(globalObj); in RegisterAllFormModule() 1057 JSRenderingContext::JSBind(globalObj); in JsRegisterModules() 1096 JSRenderingContext::JSBind(globalObj); in JsBindFormViews()
|
H A D | jsi_view_register_impl_ng.cpp | 614 JSRenderingContext::JSBind(globalObj); in JsBindViews()
|