Searched refs:ResetPathCommands (Results 1 – 4 of 4) sorted by relevance
32 void ResetPathCommands(ArkUINodeHandle node) in ResetPathCommands() function43 static const ArkUIPathModifier modifier = {SetPathCommands, ResetPathCommands}; in GetPathModifier()50 static const CJUIPathModifier modifier = {SetPathCommands, ResetPathCommands}; in GetCJUIPathModifier()
25 static ArkUINativeModuleValue ResetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo);
36 ArkUINativeModuleValue PathBridge::ResetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetPathCommands() function in OHOS::Ace::NG::PathBridge
3807 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PathBridge::ResetPathCommands)); in RegisterPathAttributes()