Home
last modified time | relevance | path

Searched refs:CreateJsPath (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.h35 static napi_value CreateJsPath(napi_env env, Path* path);
H A Djs_path.cpp140 napi_value JsPath::CreateJsPath(napi_env env, Path* path) in CreateJsPath() function in OHOS::Rosen::Drawing::JsPath
707 return CreateJsPath(env, path); in OnOffset()