Home
last modified time | relevance | path

Searched refs:ResetStartPoint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dline_modifier.cpp35 void ResetStartPoint(ArkUINodeHandle node) in ResetStartPoint() function
69 …static const ArkUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPo… in GetLineModifier()
75 …static const CJUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPoi… in GetCJUILineModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_line_bridge.h25 static ArkUINativeModuleValue ResetStartPoint(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_line_bridge.cpp77 ArkUINativeModuleValue LineBridge::ResetStartPoint(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetStartPoint() function in OHOS::Ace::NG::LineBridge
H A Darkts_native_api_impl_bridge.cpp3793 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), LineBridge::ResetStartPoint)); in RegisterLineAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dline_paint_property.h58 ResetStartPoint(); in Reset()