Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp323 bool rightRound = false; local
333 rightRound = (index == runCount - 1 || !hasBackgroundRect(roundRectAttrs[index + 1]) ||
340 if (leftRound && rightRound) {
344 } else if (rightRound) {
350 if (rightRound && !groupRuns.empty()) {

Completed in 4 milliseconds