Home
last modified time | relevance | path

Searched refs:oldplace (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h98 const CPVT_WordPlace& oldplace);
100 const CPVT_WordPlace& oldplace);
101 void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
102 void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
103 void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
105 const CPVT_WordPlace& oldplace);
Dcpwl_edit.cpp611 const CPVT_WordPlace& oldplace) { in OnInsertReturn() argument
613 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertReturn()
619 const CPVT_WordPlace& oldplace) { in OnBackSpace() argument
621 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnBackSpace()
627 const CPVT_WordPlace& oldplace) { in OnDelete() argument
629 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnDelete()
635 const CPVT_WordPlace& oldplace) { in OnClear() argument
637 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnClear()
643 const CPVT_WordPlace& oldplace) { in OnInsertWord() argument
645 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertWord()
[all …]
Dcpwl_edit_impl.cpp466 CPVT_WordPlace oldplace; in DrawEdit() local
504 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit()
529 oldplace = place; in DrawEdit()
729 CPVT_WordPlace oldplace = pIterator->GetWordPlace(); in GetText() local
734 if (oldplace.nSecIndex != place.nSecIndex) in GetText()
736 oldplace = place; in GetText()
753 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local
760 if (oldplace.nSecIndex != place.nSecIndex) in GetRangeText()
762 oldplace = place; in GetRangeText()
Dcpwl_appstream.cpp593 CPVT_WordPlace oldplace; in GetEditAppStream() local
598 if (place.LineCmp(oldplace) != 0) { in GetEditAppStream()
638 oldplace = place; in GetEditAppStream()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp759 CPVT_WordPlace oldplace = AdjustLineHeader(place, true); in LinkLatterSection() local
764 if (pdfium::IndexInBounds(m_SectionArray, oldplace.nSecIndex)) { in LinkLatterSection()
765 CSection* pSection = m_SectionArray[oldplace.nSecIndex].get(); in LinkLatterSection()
767 oldplace.nWordIndex++; in LinkLatterSection()
768 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
Dcpvt_generateap.cpp98 CPVT_WordPlace oldplace; in GenerateEditAP() local
104 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP()
140 oldplace = place; in GenerateEditAP()