Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/include/
DTextStyle.h165 bool hasForeground() const { return fHasForeground; } in hasForeground() function
/external/skia/modules/skparagraph/src/
DTextLine.cpp308 if (style.hasForeground()) { in paintText()