Home
last modified time | relevance | path

Searched refs:rectLetter (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp102 Rect rectLetter; in GetArcTextRect() local
120 rectLetter.SetPosition(MATH_ROUND(posX), MATH_ROUND(posY)); in GetArcTextRect()
121 rectLetter.Resize(letterWidth, letterHeight); in GetArcTextRect()
122 transform.SetTransMapRect(rectLetter); in GetArcTextRect()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp284 Rect rectLetter; in DrawLetterWithRotate() local
285 rectLetter.Resize(node.cols, node.rows); in DrawLetterWithRotate()
286 TransformMap transMap(rectLetter); in DrawLetterWithRotate()

Completed in 3 milliseconds