Home
last modified time | relevance | path

Searched refs:last_space_index (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/translate/ios/browser/
H A Dstring_clipping_util.cc17 size_t last_space_index = in GetStringByClippingLastWord() local
19 if (last_space_index != base::string16::npos) in GetStringByClippingLastWord()
20 clipped_contents.resize(last_space_index); in GetStringByClippingLastWord()
/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Dtexteffect.cpp188 int last_space_index = 0; in redraw() local
194 last_space_index = j; in redraw()
198 if (last_space_index > 0) { in redraw()
199 lines.insert(i+1, s.mid(last_space_index + 1)); in redraw()
200 lines[i] = s.left(last_space_index); in redraw()
/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A DdviRenderer_draw.cpp253 int last_space_index = 0; in draw_part() local
540 …<< " / w:" << word_boundary_encountered << ", " << last_space_index << "/" << currentlyDrawnPage->… in draw_part()
553 if (space_encountered && (currentlyDrawnPage->textBoxList.size() > last_space_index)) { in draw_part()
554 … for (int lidx = last_space_index + 1; lidx < currentlyDrawnPage->textBoxList.size(); ++lidx) { in draw_part()
559 QString lastword(currentlyDrawnPage->textBoxList[last_space_index].text); in draw_part()
560 … for (int lidx = last_space_index + 1; lidx < currentlyDrawnPage->textBoxList.size(); ++lidx) in draw_part()
564 last_space_index = currentlyDrawnPage->textBoxList.size(); in draw_part()