Home
last modified time | relevance | path

Searched refs:PlaceRange (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcsection.cpp271 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords() argument
274 if (PlaceRange.BeginPos.WordCmp(SecBeginPos) >= 0) { in ClearWords()
275 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()
276 ClearMidWords(PlaceRange.BeginPos.nWordIndex, in ClearWords()
277 PlaceRange.EndPos.nWordIndex); in ClearWords()
279 ClearRightWords(PlaceRange.BeginPos.nWordIndex); in ClearWords()
281 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()
282 ClearLeftWords(PlaceRange.EndPos.nWordIndex); in ClearWords()
Dcpdf_variabletext.cpp377 const CPVT_WordRange& PlaceRange) { in DeleteWords() argument
379 if (CSection* pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) in DeleteWords()
380 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace()); in DeleteWords()
382 ClearWords(PlaceRange); in DeleteWords()
383 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) { in DeleteWords()
384 ClearEmptySections(PlaceRange); in DeleteWords()
386 LinkLatterSection(PlaceRange.BeginPos); in DeleteWords()
388 return PlaceRange.BeginPos; in DeleteWords()
890 void CPDF_VariableText::ClearEmptySections(const CPVT_WordRange& PlaceRange) { in ClearEmptySections() argument
892 for (int32_t s = PlaceRange.EndPos.nSecIndex; in ClearEmptySections()
[all …]
Dcpdf_variabletext.h107 void RearrangePart(const CPVT_WordRange& PlaceRange);
118 CPVT_WordPlace DeleteWords(const CPVT_WordRange& PlaceRange);
211 void ClearEmptySections(const CPVT_WordRange& PlaceRange);
213 void ClearWords(const CPVT_WordRange& PlaceRange);
217 CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);
220 CPVT_FloatRect RearrangeSections(const CPVT_WordRange& PlaceRange);
Dcsection.h33 void ClearWords(const CPVT_WordRange& PlaceRange);