Lines Matching refs:boxes
1498 // Returns a vector of bounding boxes that enclose all text between
1574 std::vector<TextBox> boxes;
1577 return boxes;
1581 return boxes;
1584 line.getRectsForPlaceholders(boxes);
1587 SkDebugf("getRectsForPlaceholders('%s'): %d\n", fText.c_str(), boxes.size());
1588 for (auto& r : boxes) {
1597 return boxes;
2060 std::vector<TextBox> boxes;
2064 boxes);
2065 if (boxes.size() > 0) {
2067 *glyphInfo = {boxes[0].rect, cluster.textRange(), boxes[0].direction};