Home
last modified time | relevance | path

Searched refs:wpOld (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2774 void CFX_Edit::PaintInsertText(const CPVT_WordPlace& wpOld, in PaintInsertText() argument
2777 RearrangePart(CPVT_WordRange(wpOld, wpNew)); in PaintInsertText()
2781 if (m_wpCaret.LineCmp(wpOld) != 0) in PaintInsertText()
2782 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld), in PaintInsertText()
2785 wr = CPVT_WordRange(wpOld, m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()
2930 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineTop() local
2936 pIterator->SetAt(wpOld); in GetLineTop()
2946 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineBottom() local
2952 pIterator->SetAt(wpOld); in GetLineBottom()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp761 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetWordRightBottomPoint() local
769 pIterator->SetAt(wpOld); in GetWordRightBottomPoint()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h704 void PaintInsertText(const CPVT_WordPlace& wpOld,