Searched refs:paragraphRects (Results 1 – 1 of 1) sorted by relevance
359 std::pair<std::vector<RectF>, TextDirection> paragraphRects; in GetParagraphsRects() local363 paragraphRects.first = rects; in GetParagraphsRects()364 paragraphRects.second = info.paragraphStyle.direction; in GetParagraphsRects()365 paragraphsRects.emplace_back(paragraphRects); in GetParagraphsRects()