Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp19 fForeground = other.fForeground; in TextStyle()
66 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()
110 ( fHasForeground && other.fHasForeground && fForeground == other.fForeground); in matchOneAttribute()
/third_party/flutter/skia/modules/skparagraph/src/
DTextStyle.cpp59 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()
82 return other.fHasForeground && fForeground == other.fForeground; in matchOneAttribute()
/third_party/skia/experimental/sktext/editor/
DSelection.h37 …ize_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground, fBackground); } in selected()
43 SkPaint fForeground; variable
DTexts.cpp80 merged.emplace_back(selected.width(), fSelection->fForeground, fSelection->fBackground); in mergeSelectionIntoDecorations()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h76 SkPaint getForeground() const { return fForeground; } in getForeground()
79 fForeground = std::move(paint); in setForegroundColor()
165 SkPaint fForeground; variable
/third_party/skia/modules/skparagraph/include/
DTextStyle.h163 SkPaint getForeground() const { return fForeground; } in getForeground()
166 fForeground = std::move(paint); in setForegroundColor()
285 SkPaint fForeground; variable