Home
last modified time | relevance | path

Searched refs:WordCmp (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp120 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawUnderline()
198 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawEdit()
202 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && in DrawEdit()
203 place.WordCmp(wrSelect.EndPos) <= 0; in DrawEdit()
323 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawRichEdit()
333 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && in DrawRichEdit()
334 place.WordCmp(wrSelect.EndPos) <= 0; in DrawRichEdit()
497 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GeneratePageObjects()
560 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GenerateRichPageObjects()
643 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GenerateUnderlineObjects()
Dfxet_ap.cpp83 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetEditAppearanceStream()
190 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetSelectAppearanceStream()
Dfxet_edit.cpp952 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) { in GetSel()
1028 if (place.WordCmp(wrTemp.EndPos) > 0) in GetRangeText()
1080 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) { in CombineWordRange()
1086 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) { in CombineWordRange()
1206 if (place.WordCmp(wrTemp.EndPos) > 0) in SetRichTextProps()
2033 if (place.WordCmp(wrTemp.EndPos) > 0) in RefreshPushRandomRects()
2076 if (place.WordCmp(wrTemp.EndPos) > 0) in RefreshWordRange()
2302 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) in OnVK_LEFT()
2347 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) > 0) in OnVK_RIGHT()
2389 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) in OnVK_HOME()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h45 inline int32_t WordCmp(const CPVT_WordPlace& wp) const { in WordCmp() function
134 if (BeginPos.WordCmp(EndPos) > 0) { in SwapWordPlace()
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp287 if (PlaceRange.BeginPos.WordCmp(SecBeginPos) >= 0) { in ClearWords()
288 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()
294 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()
1108 if (place.WordCmp(pSection->GetBeginWordPlace()) <= 0) { in GetPrevWordPlace()
1127 if (place.WordCmp(pSection->GetEndWordPlace()) >= 0) { in GetNextWordPlace()
Ddoc_ap.cpp726 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) { in GenerateEditAP()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp116 if (wr2.EndPos.WordCmp(wr1.BeginPos) < 0 || in OverlapWordRange()
117 wr2.BeginPos.WordCmp(wr1.EndPos) > 0) in OverlapWordRange()
119 if (wr1.EndPos.WordCmp(wr2.BeginPos) < 0 || in OverlapWordRange()
120 wr1.BeginPos.WordCmp(wr2.EndPos) > 0) in OverlapWordRange()
123 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) { in OverlapWordRange()
129 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) { in OverlapWordRange()
522 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetSpellCheckAppStream()
1713 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawEditSpellCheck()
DPWL_Edit.cpp1084 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0) { in CombineWordRange()
1090 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) { in CombineWordRange()