Lines Matching refs:results
528 // We can use the results from SkShaper but have to do EVERYTHING ELSE again
1504 std::vector<TextBox> results;
1511 results.emplace_back(getEmptyTextRect(rectHeightStyle));
1513 results.emplace_back(SkRect::MakeXYWH(0, 0, 0, fHeight), fParagraphStyle.getTextDirection());
1516 return results;
1522 return results;
1535 // (so we can compare the results). We now include in the selection box only the graphemes
1558 line.getRectsForRange(intersect, rectHeightStyle, rectWidthStyle, results);
1562 for (auto& r : results) {
1570 return results;
2113 std::vector<FontInfo> results;
2115 results.emplace_back(run.font(), run.textRange());
2117 return results;