Searched refs:fTextRanges (Results 1 – 3 of 3) sorted by relevance
23 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(), fF… in selected()45 std::vector<TextRange> fTextRanges; variable
11 fTextRanges.clear(); in select()14 fTextRanges.emplace_back(range); in select()
58 for (auto& selected : fSelection->fTextRanges) { in mergeSelectionIntoDecorations()