Searched refs:fForeground (Results 1 – 6 of 6) sorted by relevance
19 fForeground = other.fForeground; in TextStyle()66 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()110 ( fHasForeground && other.fHasForeground && fForeground == other.fForeground); in matchOneAttribute()
59 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()82 return other.fHasForeground && fForeground == other.fForeground; in matchOneAttribute()
37 …ize_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground, fBackground); } in selected()43 SkPaint fForeground; variable
80 merged.emplace_back(selected.width(), fSelection->fForeground, fSelection->fBackground); in mergeSelectionIntoDecorations()
76 SkPaint getForeground() const { return fForeground; } in getForeground()79 fForeground = std::move(paint); in setForegroundColor()165 SkPaint fForeground; variable
163 SkPaint getForeground() const { return fForeground; } in getForeground()166 fForeground = std::move(paint); in setForegroundColor()285 SkPaint fForeground; variable