Home
last modified time | relevance | path

Searched refs:fTextRanges (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/experimental/sktext/editor/
H A DSelection.h23 Selection(SkColor color) : fTextRanges(), fGlyphRanges(), fGlyphBoxes() { in Selection()
32 fTextRanges.clear(); in clear()
35 bool isEmpty() const { return fTextRanges.empty(); } in isEmpty()
36 size_t count() const { return fTextRanges.size(); } in count()
37 DecoratedBlock selected(size_t index) const { return DecoratedBlock(fTextRanges[index].width(), fForeground, fBackground); } in selected()
45 std::vector<TextRange> fTextRanges; member in skia::editor::Selection
H A DSelection.cpp11 fTextRanges.clear(); in select()
14 fTextRanges.emplace_back(range); in select()
H A DTexts.cpp58 for (auto& selected : fSelection->fTextRanges) { in mergeSelectionIntoDecorations()

Completed in 1 milliseconds