Searched refs:arcTextInfo_ (Results 1 – 2 of 2) sorted by relevance
141 arcTextInfo_{0}, in UIArcLabel()265 center.x = arcTextInfo_.arcCenter.x + GetRect().GetX(); in DrawArcText()266 center.y = arcTextInfo_.arcCenter.y + GetRect().GetY(); in DrawArcText()305 arcTextInfo_.codePoints = arcLabelText_->GetCodePoints(); in ReMeasure()346 arcTextInfo_.radius = radius_; in MeasureArcTextInfo()348 if (arcTextInfo_.radius == 0) { in MeasureArcTextInfo()355 arcTextInfo_.direct = TEXT_DIRECT_LTR; // Clockwise in MeasureArcTextInfo()375 arcTextInfo_.lineStart = 0; in OnMeasureArcTextInfo()391 …arcTextInfo_.startAngle += TypedText::GetAngleForArcLen(gapLength, letterHeight, arcTextInfo_.radi… in OnMeasureArcTextInfo()400 arcTextInfo_.direct, orientation_); in OnMeasureArcTextInfo()[all …]
403 ArcTextInfo arcTextInfo_; variable