OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WordPlaceToWordIndex
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp
641
SetSel(m_pEdit->
WordPlaceToWordIndex
(wrLatin.BeginPos),
642
m_pEdit->
WordPlaceToWordIndex
(wrLatin.EndPos));
646
SetSel(m_pEdit->
WordPlaceToWordIndex
(wrLatin.BeginPos),
647
m_pEdit->
WordPlaceToWordIndex
(wrLatin.EndPos));
651
SetSel(m_pEdit->
WordPlaceToWordIndex
(wrLatin.BeginPos),
652
m_pEdit->
WordPlaceToWordIndex
(wrLatin.EndPos));
656
SetSel(m_pEdit->
WordPlaceToWordIndex
(wrLatin.BeginPos),
657
m_pEdit->
WordPlaceToWordIndex
(wrLatin.EndPos));
661
SetSel(m_pEdit->
WordPlaceToWordIndex
(wrLatin.BeginPos),
662
m_pEdit->
WordPlaceToWordIndex
(wrLatin.EndPos))
[
all
...]
PWL_EditCtrl.cpp
606
nStartChar = m_pEdit->
WordPlaceToWordIndex
(
608
nEndChar = m_pEdit->
WordPlaceToWordIndex
(
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
454
virtual int32_t
WordPlaceToWordIndex
(const CPVT_WordPlace& place) const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
953
nStartChar = m_pVT->
WordPlaceToWordIndex
(m_SelState.BeginPos);
954
nEndChar = m_pVT->
WordPlaceToWordIndex
(m_SelState.EndPos);
956
nStartChar = m_pVT->
WordPlaceToWordIndex
(m_SelState.EndPos);
957
nEndChar = m_pVT->
WordPlaceToWordIndex
(m_SelState.BeginPos);
960
nStartChar = m_pVT->
WordPlaceToWordIndex
(m_wpCaret);
961
nEndChar = m_pVT->
WordPlaceToWordIndex
(m_wpCaret);
968
return m_pVT->
WordPlaceToWordIndex
(m_wpCaret);
[
all
...]
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
440
int32_t
WordPlaceToWordIndex
(const CPVT_WordPlace& place) const override;
doc_vt.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
382
virtual int32_t
WordPlaceToWordIndex
(const CPVT_WordPlace& place) const = 0;
fxet_edit.h
598
int32_t
WordPlaceToWordIndex
(const CPVT_WordPlace& place) const override;
Completed in 706 milliseconds