Home
last modified time | relevance | path

Searched refs:OnGetHeight (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.h124 napi_value OnGetHeight(napi_env env);
H A Djs_render_image.cpp224 return (me != nullptr) ? me->OnGetHeight(env) : nullptr; in JsGetHeight()
256 napi_value JSRenderImage::OnGetHeight(napi_env env) in OnGetHeight() function in OHOS::Ace::Framework::JSRenderImage
H A Djs_offscreen_canvas.cpp193 return (me != nullptr && !me->isDetached_) ? me->OnGetHeight(env) : defaultHeight; in JsGetHeight()
247 napi_value JSOffscreenCanvas::OnGetHeight(napi_env env) in OnGetHeight() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_offscreen_canvas.h42 napi_value OnGetHeight(napi_env env);
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp106 static int32_t OnGetHeight(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetHeight() function
210 OnGetHeight, // GET_HEIGHT
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.h69 napi_value OnGetHeight(napi_env env, napi_callback_info info);
H A Djs_paragraph.cpp240 return (me != nullptr) ? me->OnGetHeight(env, info) : nullptr; in GetHeight()
243 napi_value JsParagraph::OnGetHeight(napi_env env, napi_callback_info info) in OnGetHeight() function in OHOS::Rosen::JsParagraph
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.h134 napi_value OnGetHeight(napi_env env, napi_callback_info info);
H A Djs_canvas.cpp1566 return (me != nullptr) ? me->OnGetHeight(env, info) : nullptr; in GetHeight()
1569 napi_value JsCanvas::OnGetHeight(napi_env env, napi_callback_info info) in OnGetHeight() function in OHOS::Rosen::Drawing::JsCanvas
1572 ROSEN_LOGE("JsCanvas::OnGetHeight canvas is null"); in OnGetHeight()

Completed in 12 milliseconds