Searched refs:JsSetWidth (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 | 110 …mageData>::CustomProperty("width", &JSCanvasImageData::JsGetWidth, &JSCanvasImageData::JsSetWidth); in JSBind() 136 void JSCanvasImageData::JsSetWidth(const JSCallbackInfo& info) in JsSetWidth() 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() 233 napi_value JSRenderImage::JsSetWidth(napi_env env, napi_callback_info info) in JsSetWidth() function in OHOS::Ace::Framework::JSRenderImage
|
H A D | js_rendering_context.h | 50 void JsSetWidth(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() 198 napi_value JSOffscreenCanvas::JsSetWidth(napi_env env, napi_callback_info info) in JsSetWidth() function in OHOS::Ace::Framework::JSOffscreenCanvas
|
H A D | js_canvas_image_data.h | 37 void JsSetWidth(const JSCallbackInfo& info);
|
H A D | js_render_image.h | 52 static napi_value JsSetWidth(napi_env env, napi_callback_info info);
|
H A D | js_offscreen_canvas.h | 40 static napi_value JsSetWidth(napi_env env, napi_callback_info info);
|
H A D | js_rendering_context.cpp | 84 "width", &JSRenderingContext::JsGetWidth, &JSRenderingContext::JsSetWidth); in JSBind() 273 void JSRenderingContext::JsSetWidth(const JSCallbackInfo& info) in JsSetWidth() function in OHOS::Ace::Framework::JSRenderingContext
|