Home
last modified time | relevance | path

Searched refs:OnGetLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.h96 napi_value OnGetLength(napi_env env, napi_callback_info info);
H A Djs_path.cpp326 return (me != nullptr) ? me->OnGetLength(env, info) : nullptr; in GetLength()
721 napi_value JsPath::OnGetLength(napi_env env, napi_callback_info info) in OnGetLength() function in OHOS::Rosen::Drawing::JsPath