Home
last modified time | relevance | path

Searched refs:textFrameSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/digit_indicator/
H A Ddigit_indicator_layout_algorithm.cpp51 auto textFrameSize = textGeometryNode->GetFrameSize(); in Measure() local
52 indicatorWidth += textFrameSize.Width(); in Measure()
53 if (indicatorHeight < textFrameSize.Height()) { in Measure()
54 indicatorHeight = textFrameSize.Height(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp320 auto textFrameSize = textGeometryNode->GetFrameSize(); in Layout() local
322 textFrameSize += SizeF(borderWidth.ConvertToPx() * 2, borderWidth.ConvertToPx() * 2); in Layout()
324 textGeometryNode->SetFrameSize(textFrameSize); in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1087 auto textFrameSize = textGeometryNode->GetFrameSize(); in PlaceDigitChild() local
1088 indicatorWidth += textFrameSize.Width(); in PlaceDigitChild()
1089 if (indicatorHeight < textFrameSize.Height()) { in PlaceDigitChild()
1090 indicatorHeight = textFrameSize.Height(); in PlaceDigitChild()