Home
last modified time | relevance | path

Searched refs:FontSpan (Results 1 – 8 of 8) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A DParagraph.h56 class FontSpan {
59 FontSpan() : first(0), last(-1) {} in FontSpan() function
61 FontSpan(pos_type f, pos_type l) : first(f), last(l) {} in FontSpan() function
67 inline bool operator<(FontSpan const & s) const
72 inline bool operator==(FontSpan const & s) const
88 inline FontSpan intersect(FontSpan const & f) const in intersect()
90 FontSpan result = FontSpan(); in intersect()
361 FontSpan fontSpan(pos_type pos) const;
497 FontSpan const & getSpellRange(pos_type pos) const;
H A DDocIterator.h29 class FontSpan; variable
175 FontSpan locateWord(word_location const loc) const;
H A DParagraph.cpp107 void range(FontSpan const & r) { range_ = r; } in range()
115 bool covered(FontSpan const & r) const in covered()
136 FontSpan range_ ;
166 FontSpan range = it->range(); in setRange()
219 static FontSpan empty_; in getRange()
274 FontSpan refresh_;
396 typedef vector<FontSpan> SkipPositions;
422 FontSpan fp = FontSpan(from, to - 1); in setMisspelled()
1813 return FontSpan(pos, pos); in fontSpan()
1824 return FontSpan(start, in fontSpan()
[all …]
H A DDocIterator.cpp205 FontSpan DocIterator::locateWord(word_location const loc) const in locateWord()
207 FontSpan f = FontSpan(); in locateWord()
H A DCursor.cpp482 FontSpan nw = locateWord(WHOLE_WORD); in markNewWordPosition()
523 FontSpan nw = locateWord(WHOLE_WORD); in checkNewWordPosition()
525 FontSpan ow = new_word_.locateWord(WHOLE_WORD); in checkNewWordPosition()
H A DRowPainter.cpp191 FontSpan const & range = par_.getSpellRange(pos); in paintMisspelledMark()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text_unittest.cc82 using FontSpan = std::pair<Font, Range>; typedef
178 const std::vector<FontSpan>& font_spans, in CreateRangedAttribute()
464 std::vector<FontSpan> GetFontSpans() { in GetFontSpans()
468 std::vector<FontSpan> spans; in GetFontSpans()
472 return FontSpan( in GetFontSpans()
4610 const std::vector<FontSpan> spans = GetFontSpans(); in TEST_F()
6059 const std::vector<FontSpan> spans = GetFontSpans(); in TEST_F()
6394 const std::vector<FontSpan> spans1 = GetFontSpans(); in TEST_F()
6399 const std::vector<FontSpan> spans2 = GetFontSpans(); in TEST_F()
6699 const std::vector<FontSpan> font_spans = GetFontSpans(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text_unittest.cc85 using FontSpan = std::pair<Font, Range>; typedef
181 const std::vector<FontSpan>& font_spans, in CreateRangedAttribute()
477 std::vector<FontSpan> GetFontSpans() { in GetFontSpans()
481 std::vector<FontSpan> spans; in GetFontSpans()
485 return FontSpan( in GetFontSpans()
5203 const std::vector<FontSpan> spans = GetFontSpans(); in TEST_F()
6653 const std::vector<FontSpan> spans = GetFontSpans(); in TEST_F()
6988 const std::vector<FontSpan> spans1 = GetFontSpans(); in TEST_F()
6993 const std::vector<FontSpan> spans2 = GetFontSpans(); in TEST_F()
7301 const std::vector<FontSpan> font_spans = GetFontSpans(); in TEST_F()
[all …]