Searched refs:fForeground (Results 1 – 2 of 2) sorted by relevance
40 fForeground = other.fForeground; in TextStyle()79 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()122 return other.fHasForeground && fForeground == other.fForeground; in matchOneAttribute()
166 SkPaint getForeground() const { return fForeground; } in getForeground()169 fForeground = std::move(paint); in setForegroundColor()266 SkPaint fForeground; variable