Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_image_data.cpp110 JSClass<JSCanvasImageData>::CustomProperty("width", &JSCanvasImageData::JsGetWidth, &JSCanvasImageData::JsSetWidth); in JSBind()
117 void JSCanvasImageData::JsGetWidth(const JSCallbackInfo& info) in JsGetWidth() function in OHOS::Ace::Framework::JSCanvasImageData
H A Djs_canvas_image_data.h34 void JsGetWidth(const JSCallbackInfo& info);
H A Djs_rendering_context.h47 void JsGetWidth(const JSCallbackInfo& info);
H A Djs_render_image.cpp79 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_offscreen_canvas.cpp77 DECLARE_NAPI_GETTER_SETTER("width", JSOffscreenCanvas::JsGetWidth, JSOffscreenCanvas::JsSetWidth), in AttachOffscreenCanvas()
103 DECLARE_NAPI_GETTER_SETTER("width", JsGetWidth, JsSetWidth), in InitOffscreenCanvas()
178 napi_value JSOffscreenCanvas::JsGetWidth(napi_env env, napi_callback_info info) in JsGetWidth() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_render_image.h44 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::OHOS::Ace::Framework::JSRenderingContext
/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.cpp118 DECLARE_NAPI_GETTER("width", JsGetWidth), in Init()
2327 napi_value AVPlayerNapi::JsGetWidth(napi_env env, napi_callback_info info) in JsGetWidth() function in OHOS::Media::AVPlayerNapi
2332 MEDIA_LOGI("JsGetWidth"); in JsGetWidth()

Completed in 11 milliseconds