Searched refs:textFrameSize (Results 1 – 3 of 3) sorted by relevance
51 auto textFrameSize = textGeometryNode->GetFrameSize(); in Measure() local52 indicatorWidth += textFrameSize.Width(); in Measure()53 if (indicatorHeight < textFrameSize.Height()) { in Measure()54 indicatorHeight = textFrameSize.Height(); in Measure()
320 auto textFrameSize = textGeometryNode->GetFrameSize(); in Layout() local322 textFrameSize += SizeF(borderWidth.ConvertToPx() * 2, borderWidth.ConvertToPx() * 2); in Layout()324 textGeometryNode->SetFrameSize(textFrameSize); in Layout()
1087 auto textFrameSize = textGeometryNode->GetFrameSize(); in PlaceDigitChild() local1088 indicatorWidth += textFrameSize.Width(); in PlaceDigitChild()1089 if (indicatorHeight < textFrameSize.Height()) { in PlaceDigitChild()1090 indicatorHeight = textFrameSize.Height(); in PlaceDigitChild()