Searched refs:OnGetWidth (Results 1 – 7 of 7) sorted by relevance
101 static int32_t OnGetWidth(BufferQueueProducer* product, IpcIo *io, IpcIo *reply) in OnGetWidth() function209 OnGetWidth, // GET_WIDTH
218 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
146 napi_value OnGetWidth(napi_env env);
186 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
193 napi_value OnGetWidth(napi_env env);
133 napi_value OnGetWidth(napi_env env, napi_callback_info info);
1552 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