Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp342 …uint16_t letterHeight = UIFont::GetInstance()->GetHeight(arcLabelText_->GetFontId(), arcLabelText_… in MeasureArcTextInfo() local
366 void UIArcLabel::OnMeasureArcTextInfo(const uint16_t arcAngle, const uint16_t letterHeight) in OnMeasureArcTextInfo()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
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
H A Dtext.cpp549 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(fontId_, fontSize_); in GetLetterIndexByPosition() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp170 uint16_t letterHeight = fontEngine->GetHeight(fontId, fontSize); in DrawArcText() local
211 uint16_t letterHeight, in CalculateAngle()