Searched refs:rectLetter (Results 1 – 2 of 2) sorted by relevance
168 Rect rectLetter; in DrawLetterWithRotate() local169 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()
93 Rect rectLetter; in GetArcTextRect() local112 rectLetter.SetPosition(MATH_ROUND(posX), MATH_ROUND(posY)); in GetArcTextRect()113 rectLetter.Resize(letterWidth, letterHeight); in GetArcTextRect()114 transform.SetTransMapRect(rectLetter); in GetArcTextRect()