Home
last modified time | relevance | path

Searched refs:text_piece_info_ (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp945 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 …]
Dcfde_texteditengine.h177 return text_piece_info_; in GetTextPieces()
207 std::vector<FDE_TEXTEDITPIECE> text_piece_info_; variable