Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextStyle.cpp40 fForeground = other.fForeground; in TextStyle()
79 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()
122 return other.fHasForeground && fForeground == other.fForeground; in matchOneAttribute()
/external/skia/modules/skparagraph/include/
DTextStyle.h166 SkPaint getForeground() const { return fForeground; } in getForeground()
169 fForeground = std::move(paint); in setForegroundColor()
266 SkPaint fForeground; variable