Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.h249 bool hasBackgroundRect(const RoundRectAttr& attr);
H A DTextLine.cpp312 bool TextLine::hasBackgroundRect(const RoundRectAttr& attr) { function in skia::textlayout::TextLine
324 if (hasBackgroundRect(roundRectAttrs[index])) {
333 rightRound = (index == runCount - 1 || !hasBackgroundRect(roundRectAttrs[index + 1]) ||

Completed in 6 milliseconds