Home
last modified time | relevance | path

Searched refs:OnGetWidth (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp101 static int32_t OnGetWidth(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetWidth() function
209 OnGetWidth, // GET_WIDTH
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp218 return (me != nullptr) ? me->OnGetWidth(env) : nullptr; in JsGetWidth()
245 napi_value JSRenderImage::OnGetWidth(napi_env env) in OnGetWidth() function in OHOS::Ace::Framework::JSRenderImage
H A Djs_render_image.h146 napi_value OnGetWidth(napi_env env);
H A Djs_offscreen_canvas.cpp186 return (me != nullptr && !me->isDetached_) ? me->OnGetWidth(env) : defaultWidth; in JsGetWidth()
235 napi_value JSOffscreenCanvas::OnGetWidth(napi_env env) in OnGetWidth() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_offscreen_canvas.h193 napi_value OnGetWidth(napi_env env);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.h133 napi_value OnGetWidth(napi_env env, napi_callback_info info);
H A Djs_canvas.cpp1552 return (me != nullptr) ? me->OnGetWidth(env, info) : nullptr; in GetWidth()
1555 napi_value JsCanvas::OnGetWidth(napi_env env, napi_callback_info info) in OnGetWidth() function in OHOS::Rosen::Drawing::JsCanvas