Home
last modified time | relevance | path

Searched refs:JsSetHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_image_data.cpp112 "height", &JSCanvasImageData::JsGetHeight, &JSCanvasImageData::JsSetHeight); in JSBind()
141 void JSCanvasImageData::JsSetHeight(const JSCallbackInfo& info) in JsSetHeight() function in OHOS::Ace::Framework::JSCanvasImageData
H A Djs_render_image.cpp78 … DECLARE_NAPI_GETTER_SETTER("height", JSRenderImage::JsGetHeight, JSRenderImage::JsSetHeight), in AttachImageBitmap()
188 DECLARE_NAPI_GETTER_SETTER("height", JsGetHeight, JsSetHeight), in InitImageBitmap()
239 napi_value JSRenderImage::JsSetHeight(napi_env env, napi_callback_info info) in JsSetHeight() function in OHOS::Ace::Framework::JSRenderImage
H A Djs_rendering_context.h49 void JsSetHeight(const JSCallbackInfo& info);
H A Djs_offscreen_canvas.cpp79 …CLARE_NAPI_GETTER_SETTER("height", JSOffscreenCanvas::JsGetHeight, JSOffscreenCanvas::JsSetHeight), in AttachOffscreenCanvas()
106 DECLARE_NAPI_GETTER_SETTER("height", JsGetHeight, JsSetHeight), in InitOffscreenCanvas()
204 napi_value JSOffscreenCanvas::JsSetHeight(napi_env env, napi_callback_info info) in JsSetHeight() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_canvas_image_data.h38 void JsSetHeight(const JSCallbackInfo& info);
H A Djs_render_image.h53 static napi_value JsSetHeight(napi_env env, napi_callback_info info);
H A Djs_offscreen_canvas.h39 static napi_value JsSetHeight(napi_env env, napi_callback_info info);
H A Djs_rendering_context.cpp86 "height", &JSRenderingContext::JsGetHeight, &JSRenderingContext::JsSetHeight); in JSBind()
278 void JSRenderingContext::JsSetHeight(const JSCallbackInfo& info) in JsSetHeight() function in OHOS::Ace::Framework::JSRenderingContext