Lines Matching refs:groupRuns
316 void TextLine::computeRoundRect(int& index, int& preIndex, std::vector<Run*>& groupRuns, Run* run) {
336 groupRuns.push_back(run);
337 } else if (!groupRuns.empty()) {
338 groupRuns.erase(groupRuns.begin(), groupRuns.end());
350 if (rightRound && !groupRuns.empty()) {
354 for (auto &gRun : groupRuns) {
360 for (auto &gRun : groupRuns) {
365 groupRuns.erase(groupRuns.begin(), groupRuns.end());
386 std::vector<Run*> groupRuns;
392 computeRoundRect(index, preIndex, groupRuns, run);