Home
last modified time | relevance | path

Searched refs:groupRuns (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp316 void TextLine::computeRoundRect(int& index, int& preIndex, std::vector<Run*>& groupRuns, Run* run) { argument
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
386 std::vector<Run*> groupRuns; global() local
[all...]
H A DTextLine.h250 void computeRoundRect(int& index, int& preIndex, std::vector<Run*>& groupRuns, Run* run);

Completed in 4 milliseconds