Searched refs:fForeground (Results 1 – 2 of 2) sorted by relevance
19 fForeground = other.fForeground; in TextStyle()62 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()105 ( fHasForeground && other.fHasForeground && fForeground == other.fForeground); in matchOneAttribute()
163 SkPaint getForeground() const { return fForeground; } in getForeground()166 fForeground = std::move(paint); in setForegroundColor()281 SkPaint fForeground; variable