Home
last modified time | relevance | path

Searched defs:letterHeight (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp549 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(fontId_, fontSize_); in GetLetterIndexByPosition() local
H A Dtyped_text.cpp40 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(fontId, fontSize); in GetTextSize() local
95 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(fontId, fontSize); in GetArcTextRect() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp342 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(arcLabelText_->GetFontId(), arcLabelText_->GetFontSize()); in MeasureArcTextInfo() local
366 void UIArcLabel::OnMeasureArcTextInfo(const uint16_t arcAngle, const uint16_t letterHeight) in OnMeasureArcTextInfo() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp170 uint16_t letterHeight = fontEngine->GetHeight(fontId, fontSize); in DrawArcText() local
210 CalculateAngle(uint16_t letterWidth, uint16_t letterHeight, int16_t letterSpace, const ArcTextInfo arcTextInfo, bool xorFlag, uint32_t index, TextOrientation orientation, float& posX, float& posY, float& rotateAngle, float& angle, const Point& arcCenter, bool compatibilityMode) CalculateAngle() argument

Completed in 5 milliseconds