Home
last modified time | relevance | path

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

/foundation/graphic/ui/frameworks/draw/
Ddraw_label.cpp168 Rect rectLetter; in DrawLetterWithRotate() local
169 rectLetter.SetPosition(pos.x + node.left, pos.y + head.ascender - node.top); in DrawLetterWithRotate()
170 rectLetter.Resize(node.cols, node.rows); in DrawLetterWithRotate()
171 TransformMap transMap(rectLetter); in DrawLetterWithRotate()
/foundation/graphic/ui/frameworks/common/
Dtyped_text.cpp93 Rect rectLetter; in GetArcTextRect() local
112 rectLetter.SetPosition(MATH_ROUND(posX), MATH_ROUND(posY)); in GetArcTextRect()
113 rectLetter.Resize(letterWidth, letterHeight); in GetArcTextRect()
114 transform.SetTransMapRect(rectLetter); in GetArcTextRect()