Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dedit.cpp203 FX_BOOL CFWL_Edit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument
205 return static_cast<IFWL_Edit*>(m_pIface)->GetSuggestWords(pointf, sSuggest); in GetSuggestWords()
207 FX_BOOL CFWL_Edit::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument
210 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
/external/pdfium/xfa/include/fwl/lightwidget/
Dedit.h55 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
56 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp323 FX_BOOL CXFA_FFTextEdit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument
328 FWLToClient(pointf.x, pointf.y); in GetSuggestWords()
329 return ((CFWL_Edit*)m_pNormalWidget)->GetSuggestWords(pointf, sSuggest); in GetSuggestWords()
332 CFX_PointF pointf, in ReplaceSpellCheckWord() argument
337 FWLToClient(pointf.x, pointf.y); in ReplaceSpellCheckWord()
339 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
Dxfa_fftextedit.h34 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
35 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
Dxfa_ffwidget.h104 virtual FX_BOOL GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument
108 virtual FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument
Dxfa_ffwidgethandler.h161 CFX_PointF pointf,
164 CFX_PointF pointf,
Dxfa_ffwidgethandler.cpp628 CFX_PointF pointf, in GetSuggestWords() argument
631 ->GetSuggestWords(pointf, sSuggest); in GetSuggestWords()
635 CFX_PointF pointf, in ReplaceSpellCheckWord() argument
638 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_edit.h160 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
161 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h109 FX_BOOL GetSuggestWords(CFX_PointF pointf, CFX_ByteStringArray& sSuggest);
110 FX_BOOL ReplaceSpellCheckWord(CFX_PointF pointf,
149 int32_t GetWordAtPoint(CFX_PointF pointf, int32_t& nCount);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp157 FX_BOOL IFWL_Edit::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument
160 ->GetSuggestWords(pointf, sSuggest); in GetSuggestWords()
162 FX_BOOL IFWL_Edit::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument
165 ->ReplaceSpellCheckWord(pointf, bsReplace); in ReplaceSpellCheckWord()
356 int32_t CFWL_EditImp::GetWordAtPoint(CFX_PointF pointf, int32_t& nCount) { in GetWordAtPoint() argument
359 FX_BOOL CFWL_EditImp::GetSuggestWords(CFX_PointF pointf, in GetSuggestWords() argument
362 int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); in GetSuggestWords()
394 FX_BOOL CFWL_EditImp::ReplaceSpellCheckWord(CFX_PointF pointf, in ReplaceSpellCheckWord() argument
397 int32_t nWordStart = GetWordAtPoint(pointf, nWordCount); in ReplaceSpellCheckWord()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h340 CFX_PointF pointf,
343 CFX_PointF pointf,