Home
last modified time | relevance | path

Searched refs:hasBackground (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h83 bool hasBackground() const { return fHasBackground; } in hasBackground() function
/third_party/flutter/txt/src/skia/
Dparagraph_skia.cc68 if (skia.hasBackground()) { in SkiaToTxt()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h170 bool hasBackground() const { return fHasBackground; } in hasBackground() function
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp66 if (b->fStyle.hasBackground()) { in TextLine()
216 if (style.hasBackground()) { in paintBackground()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp122 if (b->fStyle.hasBackground()) { in TextLine()
363 if (style.hasBackground()) { in paintBackground()