Lines Matching defs:start_it
878 auto start_it = text_piece_info_.begin();
879 for (; start_it < text_piece_info_.end(); ++start_it) {
880 if (start_it->rtPiece.top <= point.y &&
881 point.y < start_it->rtPiece.bottom())
886 if (start_it == text_piece_info_.end())
889 auto end_it = start_it;
900 size_t start_it_idx = start_it->nStart;
901 for (; start_it <= end_it; ++start_it) {
902 if (!start_it->rtPiece.Contains(point))
905 std::vector<CFX_RectF> rects = GetCharRects(*start_it);
909 size_t pos = start_it->nStart + i;
925 if (start_it == text_piece_info_.end())
927 if (start_it == end_it)
928 return start_it->nStart;