Home
last modified time | relevance | path

Searched refs:fBackground (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DSelection.h24 fBackground.setColor(color); in Selection()
25 fBackground.setAlphaf(0.3f); in Selection()
37 …ize_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground, fBackground); } in selected()
44 SkPaint fBackground; variable
DSelection.cpp21 fBackground); in paint()
DTexts.cpp80 merged.emplace_back(selected.width(), fSelection->fForeground, fSelection->fBackground); in mergeSelectionIntoDecorations()
/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp18 fBackground = other.fBackground; in TextStyle()
69 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()
114 ( fHasBackground && other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
/third_party/flutter/skia/modules/skparagraph/src/
DTextStyle.cpp62 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()
88 return (fHasBackground == other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h84 SkPaint getBackground() const { return fBackground; } in getBackground()
87 fBackground = std::move(paint); in setBackgroundColor()
163 SkPaint fBackground; variable
/third_party/skia/modules/skparagraph/include/
DTextStyle.h171 SkPaint getBackground() const { return fBackground; } in getBackground()
174 fBackground = std::move(paint); in setBackgroundColor()
283 SkPaint fBackground; variable
/third_party/skia/bench/
DPDFBench.cpp415 SkBitmap fBackground; member
419 fBackground = make_background(); in onDelayedSetup()
438 big_pdf_test(doc.get(), fBackground); in onDraw()
/third_party/flutter/skia/bench/
DPDFBench.cpp414 SkBitmap fBackground; member
418 fBackground = make_background(); in onDelayedSetup()
437 big_pdf_test(doc.get(), fBackground); in onDraw()