Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h149 int32_t GetWordAtPoint(CFX_PointF pointf, int32_t& nCount);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp356 int32_t CFWL_EditImp::GetWordAtPoint(CFX_PointF pointf, int32_t& nCount) { in GetWordAtPoint() function in CFWL_EditImp
362 int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); in GetSuggestWords()
397 int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); in ReplaceSpellCheckWord()