Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextStyle.cpp19 fForeground = other.fForeground; in TextStyle()
62 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()
105 ( fHasForeground && other.fHasForeground && fForeground == other.fForeground); in matchOneAttribute()
/external/skia/modules/skparagraph/include/
DTextStyle.h163 SkPaint getForeground() const { return fForeground; } in getForeground()
166 fForeground = std::move(paint); in setForegroundColor()
281 SkPaint fForeground; variable