Home
last modified time | relevance | path

Searched refs:NextWord (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp118 while (pIterator->NextWord()) { in DrawUnderline()
196 while (pIterator->NextWord()) { in DrawEdit()
321 while (pIterator->NextWord()) { in DrawRichEdit()
495 while (pIterator->NextWord()) { in GeneratePageObjects()
558 while (pIterator->NextWord()) { in GenerateRichPageObjects()
641 while (pIterator->NextWord()) { in GenerateUnderlineObjects()
Dfxet_ap.cpp80 while (pIterator->NextWord()) { in GetEditAppearanceStream()
187 while (pIterator->NextWord()) { in GetSelectAppearanceStream()
Dfxet_edit.cpp21 FX_BOOL CFX_Edit_Iterator::NextWord() { in NextWord() function in CFX_Edit_Iterator
22 return m_pVTIterator->NextWord(); in NextWord()
988 while (pIterator->NextWord()) { in GetText()
1026 while (pIterator->NextWord()) { in GetRangeText()
1204 while (pIterator->NextWord()) { in SetRichTextProps()
2031 while (pIterator->NextWord()) { in RefreshPushRandomRects()
2074 while (pIterator->NextWord()) { in RefreshWordRange()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h292 virtual FX_BOOL NextWord() = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1127 while (pIterator->NextWord()) { in GetSameWordsRange()
1136 while (pIterator->NextWord()) { in GetSameWordsRange()
DPWL_Utils.cpp520 while (pIterator->NextWord()) { in GetSpellCheckAppStream()
1711 while (pIterator->NextWord()) { in DrawEditSpellCheck()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h143 virtual FX_BOOL NextWord() = 0;
Dfxet_edit.h774 FX_BOOL NextWord() override;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h539 FX_BOOL NextWord() override;
Ddoc_ap.cpp724 while (pIterator->NextWord()) { in GenerateEditAP()
Ddoc_vt.cpp1685 FX_BOOL CPDF_VariableText_Iterator::NextWord() { in NextWord() function in CPDF_VariableText_Iterator