Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
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_render_image.h147 napi_value OnGetHeight(napi_env env);
H A Djs_offscreen_canvas.cpp195 return (me != nullptr && !me->isDetached_) ? me->OnGetHeight(env) : defaultHeight; in JsGetHeight()
245 napi_value JSOffscreenCanvas::OnGetHeight(napi_env env) in OnGetHeight() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_offscreen_canvas.h194 napi_value OnGetHeight(napi_env env);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.h64 napi_value OnGetHeight(napi_env env, napi_callback_info info);
H A Djs_paragraph.cpp242 return (me != nullptr) ? me->OnGetHeight(env, info) : nullptr; in GetHeight()
245 napi_value JsParagraph::OnGetHeight(napi_env env, napi_callback_info info) in OnGetHeight() function in OHOS::Rosen::JsParagraph
/ohos5.0/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.cpp1567 return (me != nullptr) ? me->OnGetHeight(env, info) : nullptr; in GetHeight()
1570 napi_value JsCanvas::OnGetHeight(napi_env env, napi_callback_info info) in OnGetHeight() function in OHOS::Rosen::Drawing::JsCanvas