Searched refs:text_piece_info_ (Results 1 – 2 of 2) sorted by relevance
945 auto start_it = text_piece_info_.begin(); in GetIndexForPoint()946 for (; start_it < text_piece_info_.end(); ++start_it) { in GetIndexForPoint()953 if (start_it == text_piece_info_.end()) in GetIndexForPoint()957 for (; end_it < text_piece_info_.end(); ++end_it) { in GetIndexForPoint()964 if (end_it == text_piece_info_.end()) in GetIndexForPoint()1014 bool is_last_line = (std::next(start_it) == text_piece_info_.end()); in GetIndexForPoint()1026 if (start_it == text_piece_info_.end()) in GetIndexForPoint()1078 text_piece_info_.clear(); in RebuildPieces()1116 text_piece_info_.push_back(txtEdtPiece); in RebuildPieces()1144 for (auto& info : text_piece_info_) in RebuildPieces()[all …]
177 return text_piece_info_; in GetTextPieces()207 std::vector<FDE_TEXTEDITPIECE> text_piece_info_; variable