Searched refs:oldplace (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Edit.h | 111 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);
|
D | PWL_Edit.cpp | 745 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/ |
D | fxet_edit.cpp | 590 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/ |
D | cpdf_variabletext.cpp | 900 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()
|
D | cpvt_generateap.cpp | 1113 CPVT_WordPlace oldplace; in GenerateEditAP() local 1119 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP() 1155 oldplace = place; in GenerateEditAP()
|