Searched refs:text_piece_info_ (Results 1 – 2 of 2) sorted by relevance
878 auto start_it = text_piece_info_.begin(); in GetIndexForPoint()879 for (; start_it < text_piece_info_.end(); ++start_it) { in GetIndexForPoint()886 if (start_it == text_piece_info_.end()) in GetIndexForPoint()890 for (; end_it < text_piece_info_.end(); ++end_it) { in GetIndexForPoint()897 if (end_it == text_piece_info_.end()) in GetIndexForPoint()925 if (start_it == text_piece_info_.end()) in GetIndexForPoint()977 text_piece_info_.clear(); in RebuildPieces()1017 text_piece_info_.push_back(txtEdtPiece); in RebuildPieces()1051 for (auto& info : text_piece_info_) in RebuildPieces()1058 text_piece_info_.back().rtPiece.height = font_size_; in RebuildPieces()[all …]
173 return text_piece_info_; in GetTextPieces()203 std::vector<FDE_TEXTEDITPIECE> text_piece_info_; variable