Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp515 CPVT_WordRange wrLatin = GetLatinWordsRange(point); in OnRButtonUp() local
516 CFX_WideString swLatin = m_pEdit->GetRangeText(wrLatin); in OnRButtonUp()
543 ptPopup = GetWordRightBottomPoint(wrLatin.EndPos); in OnRButtonUp()
641 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
642 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
646 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
647 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
651 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
652 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
656 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
[all …]