Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp252 const CPVT_WordRange& PlaceRange) { in DeleteWords() argument
254 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) && in DeleteWords()
255 PlaceRange.EndPos == in DeleteWords()
256 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace(); in DeleteWords()
258 ClearWords(PlaceRange); in DeleteWords()
259 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) { in DeleteWords()
260 ClearEmptySections(PlaceRange); in DeleteWords()
262 LinkLatterSection(PlaceRange.BeginPos); in DeleteWords()
264 return PlaceRange.BeginPos; in DeleteWords()
695 void CPDF_VariableText::ClearEmptySections(const CPVT_WordRange& PlaceRange) { in ClearEmptySections() argument
[all …]
Dcsection.cpp232 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords() argument
235 if (PlaceRange.BeginPos >= SecBeginPos) { in ClearWords()
236 if (PlaceRange.EndPos <= SecEndPos) { in ClearWords()
237 ClearMidWords(PlaceRange.BeginPos.nWordIndex, in ClearWords()
238 PlaceRange.EndPos.nWordIndex); in ClearWords()
240 ClearRightWords(PlaceRange.BeginPos.nWordIndex); in ClearWords()
242 } else if (PlaceRange.EndPos <= SecEndPos) { in ClearWords()
243 ClearLeftWords(PlaceRange.EndPos.nWordIndex); in ClearWords()
Dcpdf_variabletext.h94 void RearrangePart(const CPVT_WordRange& PlaceRange);
100 CPVT_WordPlace DeleteWords(const CPVT_WordRange& PlaceRange);
183 void ClearEmptySections(const CPVT_WordRange& PlaceRange);
185 void ClearWords(const CPVT_WordRange& PlaceRange);
189 CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);
192 CPVT_FloatRect RearrangeSections(const CPVT_WordRange& PlaceRange);
Dcsection.h34 void ClearWords(const CPVT_WordRange& PlaceRange);