Home
last modified time | relevance | path

Searched refs:ResetPathCommands (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp32 void ResetPathCommands(ArkUINodeHandle node) in ResetPathCommands() function
43 static const ArkUIPathModifier modifier = {SetPathCommands, ResetPathCommands}; in GetPathModifier()
50 static const CJUIPathModifier modifier = {SetPathCommands, ResetPathCommands}; in GetCJUIPathModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_path_bridge.h25 static ArkUINativeModuleValue ResetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_path_bridge.cpp36 ArkUINativeModuleValue PathBridge::ResetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetPathCommands() function in OHOS::Ace::NG::PathBridge
H A Darkts_native_api_impl_bridge.cpp3807 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PathBridge::ResetPathCommands)); in RegisterPathAttributes()