Home
last modified time | relevance | path

Searched refs:fBackground (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/experimental/sktext/editor/
H A DSelection.h24 fBackground.setColor(color); in Selection()
25 fBackground.setAlphaf(0.3f); in Selection()
37 DecoratedBlock selected(size_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground, fBackground); } in selected()
44 SkPaint fBackground; member in skia::editor::Selection
H A DSelection.cpp21 fBackground); in paint() local
H A DTexts.cpp80 merged.emplace_back(selected.width(), fSelection->fForeground, fSelection->fBackground); in mergeSelectionIntoDecorations()
/third_party/skia/modules/skparagraph/src/
H A DTextStyle.cpp21 result.fBackground = fBackground; in cloneForPlaceholder()
79 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()
133 ( fHasBackground && other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h225 const SkPaint* paint = std::get_if<SkPaint>(&fBackground); in getBackground()
229 return fBackground; in getBackgroundPaintOrID()
233 fBackground = std::move(paint); in setBackgroundPaint()
239 fBackground = paintID; in setBackgroundPaintID()
381 ParagraphPainter::SkPaintOrID fBackground; member in skia::textlayout::TextStyle
/third_party/skia/bench/
H A DPDFBench.cpp415 SkBitmap fBackground; member
419 fBackground = make_background();
438 big_pdf_test(doc.get(), fBackground);

Completed in 5 milliseconds