Searched refs:stop_index (Results 1 – 2 of 2) sorted by relevance
151 std::string Page::GetTextUtf8(const int start_index, const int stop_index) { in GetTextUtf8() argument153 for (int i = start_index; i < stop_index; i++) { in GetTextUtf8()205 int Page::GetTextBounds(const int start_index, const int stop_index, vector<Rectangle_i>* rects) { in GetTextBounds() argument208 for (int index = start_index; index < stop_index; index++) { in GetTextBounds()522 int stop_index = GetWordStopIndex(index); in IsRtlAtIndex() local523 int word_length = stop_index - start_index; in IsRtlAtIndex()529 Rectangle_i stop_bounds = GetCharBounds(stop_index - 1); in IsRtlAtIndex()595 int stop_index = index; in GetWordStopIndex() local597 while (stop_index < num_chars && !IsWordBreak(GetUnicode(stop_index))) { in GetWordStopIndex()598 ++stop_index; // Move stop_index to the end of the word. in GetWordStopIndex()[all …]
125 std::string GetTextUtf8(const int start_index, const int stop_index);149 int GetTextBounds(const int start_index, const int stop_index, std::vector<Rectangle_i>* rects);