Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpath_modifier.cpp25 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands() 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.h24 static ArkUINativeModuleValue SetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_path_bridge.cpp18 ArkUINativeModuleValue PathBridge::SetPathCommands(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetPathCommands() function in OHOS::Ace::NG::PathBridge
H A Darkts_native_api_impl_bridge.cpp3805 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PathBridge::SetPathCommands)); in RegisterPathAttributes()