Searched defs:letterHeight (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 549 uint16_t letterHeight = UIFont::GetInstance()->GetHeight(fontId_, fontSize_); in GetLetterIndexByPosition() local
|
H A D | typed_text.cpp | 40 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 D | ui_arc_label.cpp | 342 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 D | draw_label.cpp | 170 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 6 milliseconds