Home | History | Annotate | Download | only in fde

Lines Matching refs:end_it

889   auto end_it = start_it;
890 for (; end_it < text_piece_info_.end(); ++end_it) {
893 if (end_it->rtPiece.bottom() <= point.y || point.y < end_it->rtPiece.top)
897 if (end_it == text_piece_info_.end())
898 --end_it;
901 for (; start_it <= end_it; ++start_it) {
927 if (start_it == end_it)
932 return end_it->nStart;