Home
last modified time | relevance | path

Searched refs:hasForeground (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h75 bool hasForeground() const { return fHasForeground; } in hasForeground() function
/third_party/skia/modules/skparagraph/include/
DTextStyle.h162 bool hasForeground() const { return fHasForeground; } in hasForeground() function
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp188 if (style.hasForeground()) { in paintText()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp322 if (style.hasForeground()) { in buildTextBlob()