Home
last modified time | relevance | path

Searched refs:JsGetWidth (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_image_data.cpp110 …JSClass<JSCanvasImageData>::CustomProperty("width", &JSCanvasImageData::JsGetWidth, &JSCanvasImage… in JSBind()
117 void JSCanvasImageData::JsGetWidth(const JSCallbackInfo& info) in JsGetWidth() function in OHOS::Ace::Framework::JSCanvasImageData
H A Djs_render_image.cpp77 DECLARE_NAPI_GETTER_SETTER("width", JSRenderImage::JsGetWidth, JSRenderImage::JsSetWidth), in AttachImageBitmap()
187 DECLARE_NAPI_GETTER_SETTER("width", JsGetWidth, JsSetWidth), in InitImageBitmap()
215 napi_value JSRenderImage::JsGetWidth(napi_env env, napi_callback_info info) in JsGetWidth() function in OHOS::Ace::Framework::JSRenderImage
H A Djs_rendering_context.h47 void JsGetWidth(const JSCallbackInfo& info);
H A Djs_offscreen_canvas.cpp78 … DECLARE_NAPI_GETTER_SETTER("width", JSOffscreenCanvas::JsGetWidth, JSOffscreenCanvas::JsSetWidth), in AttachOffscreenCanvas()
105 DECLARE_NAPI_GETTER_SETTER("width", JsGetWidth, JsSetWidth), in InitOffscreenCanvas()
180 napi_value JSOffscreenCanvas::JsGetWidth(napi_env env, napi_callback_info info) in JsGetWidth() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_canvas_image_data.h34 void JsGetWidth(const JSCallbackInfo& info);
H A Djs_render_image.h54 static napi_value JsGetWidth(napi_env env, napi_callback_info info);
H A Djs_offscreen_canvas.h37 static napi_value JsGetWidth(napi_env env, napi_callback_info info);
H A Djs_rendering_context.cpp84 "width", &JSRenderingContext::JsGetWidth, &JSRenderingContext::JsSetWidth); in JSBind()
260 void JSRenderingContext::JsGetWidth(const JSCallbackInfo& info) in JsGetWidth() function in OHOS::Ace::Framework::JSRenderingContext
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h204 static napi_value JsGetWidth(napi_env env, napi_callback_info info);
H A Davplayer_napi.cpp119 DECLARE_NAPI_GETTER("width", JsGetWidth), in Init()
2344 napi_value AVPlayerNapi::JsGetWidth(napi_env env, napi_callback_info info) in JsGetWidth() function in OHOS::Media::AVPlayerNapi