Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.h111 const CPVT_WordPlace& oldplace);
113 const CPVT_WordPlace& oldplace);
114 void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
115 void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
116 void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
118 const CPVT_WordPlace& oldplace);
DPWL_Edit.cpp745 const CPVT_WordPlace& oldplace) { in OnInsertReturn() argument
747 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertReturn()
753 const CPVT_WordPlace& oldplace) { in OnBackSpace() argument
755 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnBackSpace()
761 const CPVT_WordPlace& oldplace) { in OnDelete() argument
763 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnDelete()
769 const CPVT_WordPlace& oldplace) { in OnClear() argument
771 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnClear()
777 const CPVT_WordPlace& oldplace) { in OnInsertWord() argument
779 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace), in OnInsertWord()
[all …]
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp590 CPVT_WordPlace oldplace; in GetEditAppearanceStream() local
598 if (place.LineCmp(oldplace) != 0) { in GetEditAppearanceStream()
639 oldplace = place; in GetEditAppearanceStream()
757 CPVT_WordPlace oldplace; in DrawEdit() local
796 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit()
822 oldplace = place; in DrawEdit()
1042 CPVT_WordPlace oldplace = pIterator->GetAt(); in GetText() local
1049 if (oldplace.SecCmp(place) != 0) in GetText()
1052 oldplace = place; in GetText()
1071 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp900 CPVT_WordPlace oldplace = AdjustLineHeader(place, true); in LinkLatterSection() local
902 if (CSection* pSection = m_SectionArray.GetAt(oldplace.nSecIndex)) { in LinkLatterSection()
906 oldplace.nWordIndex++; in LinkLatterSection()
907 pSection->AddWord(oldplace, *pWord); in LinkLatterSection()
Dcpvt_generateap.cpp1113 CPVT_WordPlace oldplace; in GenerateEditAP() local
1119 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP()
1155 oldplace = place; in GenerateEditAP()