Lines Matching refs:kTight
1173 RectHeightStyle rect_height_style = RectHeightStyle::kTight; in drawText()
1174 RectWidthStyle rect_width_style = RectWidthStyle::kTight; in drawText()
1293 auto rects = paragraph->getRectsForRange(7, 9, RectHeightStyle::kTight, in onDrawContent()
1294 RectWidthStyle::kTight); in onDrawContent()
1305 auto hitRects = paragraph->getRectsForRange(query.fX, query.fY, RectHeightStyle::kTight, in onDrawContent()
1306 RectWidthStyle::kTight); in onDrawContent()
1317 RectHeightStyle::kTight, in onDrawContent()
1318 RectWidthStyle::kTight); in onDrawContent()
1354 …auto result = paragraph->getRectsForRange(65, 66, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2093 … auto boxes = paragraph->getRectsForRange(0, 100, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2195 auto f1 = paragraph->getRectsForRange(0, 1, RectHeightStyle::kTight, in onDrawContent()
2196 RectWidthStyle::kTight); in onDrawContent()
2205 auto f2 = paragraph->getRectsForRange(1, 2, RectHeightStyle::kTight, in onDrawContent()
2206 RectWidthStyle::kTight); in onDrawContent()
2215 auto fi = paragraph->getRectsForRange(2, 3, RectHeightStyle::kTight, in onDrawContent()
2216 RectWidthStyle::kTight); in onDrawContent()
2287 rect.first, rect.second, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2440 RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2490 …auto res1 = paragraph->getRectsForRange(360, 361, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2491 …auto res2 = paragraph->getRectsForRange(359, 360, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2492 …auto res3 = paragraph->getRectsForRange(358, 359, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()
2782 … auto boxes2 = paragraph->getRectsForRange(0, 7, RectHeightStyle::kTight, RectWidthStyle::kMax); in onDrawContent()
3596 … auto rects = paragraph->getRectsForRange(0, p,RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent()