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 D | js_canvas_image_data.cpp | 110 …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 D | js_render_image.cpp | 77 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 D | js_rendering_context.h | 47 void JsGetWidth(const JSCallbackInfo& info);
|
H A D | js_offscreen_canvas.cpp | 78 … 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 D | js_canvas_image_data.h | 34 void JsGetWidth(const JSCallbackInfo& info);
|
H A D | js_render_image.h | 54 static napi_value JsGetWidth(napi_env env, napi_callback_info info);
|
H A D | js_offscreen_canvas.h | 37 static napi_value JsGetWidth(napi_env env, napi_callback_info info);
|
H A D | js_rendering_context.cpp | 84 "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 D | avplayer_napi.h | 204 static napi_value JsGetWidth(napi_env env, napi_callback_info info);
|
H A D | avplayer_napi.cpp | 119 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
|