Searched refs:ResetStartPoint (Results 1 – 5 of 5) sorted by relevance
35 void ResetStartPoint(ArkUINodeHandle node) in ResetStartPoint() function69 …static const ArkUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPo… in GetLineModifier()75 …static const CJUILineModifier modifier = {SetStartPoint, ResetStartPoint, SetEndPoint, ResetEndPoi… in GetCJUILineModifier()
25 static ArkUINativeModuleValue ResetStartPoint(ArkUIRuntimeCallInfo* runtimeCallInfo);
77 ArkUINativeModuleValue LineBridge::ResetStartPoint(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetStartPoint() function in OHOS::Ace::NG::LineBridge
3793 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), LineBridge::ResetStartPoint)); in RegisterLineAttributes()
58 ResetStartPoint(); in Reset()