Home
last modified time | relevance | path

Searched refs:UseArrowOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.h204 … const SizeF& childSize, const RefPtr<BubbleLayoutProperty>& layoutProp, bool UseArrowOffset);
H A Dbubble_layout_algorithm.cpp396 bool UseArrowOffset = bubblePaintProperty->GetArrowOffset().has_value(); in BubbleAvoidanceRule() local
413 childOffset_ = GetChildPosition(childSize_, bubbleProp, UseArrowOffset); // bubble's offset in BubbleAvoidanceRule()
2091 const SizeF& childSize, const RefPtr<BubbleLayoutProperty>& layoutProp, bool UseArrowOffset) in GetChildPosition() argument
2127 if (UseArrowOffset) { in GetChildPosition()
2143 if (UseArrowOffset) { in GetChildPosition()