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 D | js_canvas_image_data.cpp | 112 "height", &JSCanvasImageData::JsGetHeight, &JSCanvasImageData::JsSetHeight); in JSBind() 141 void JSCanvasImageData::JsSetHeight(const JSCallbackInfo& info) in JsSetHeight() function in OHOS::Ace::Framework::JSCanvasImageData
|
H A D | js_render_image.cpp | 78 … 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 D | js_rendering_context.h | 49 void JsSetHeight(const JSCallbackInfo& info);
|
H A D | js_offscreen_canvas.cpp | 79 …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 D | js_canvas_image_data.h | 38 void JsSetHeight(const JSCallbackInfo& info);
|
H A D | js_render_image.h | 53 static napi_value JsSetHeight(napi_env env, napi_callback_info info);
|
H A D | js_offscreen_canvas.h | 39 static napi_value JsSetHeight(napi_env env, napi_callback_info info);
|
H A D | js_rendering_context.cpp | 86 "height", &JSRenderingContext::JsGetHeight, &JSRenderingContext::JsSetHeight); in JSBind() 278 void JSRenderingContext::JsSetHeight(const JSCallbackInfo& info) in JsSetHeight() function in OHOS::Ace::Framework::JSRenderingContext
|