Searched refs:ptPopup (Results 1 – 4 of 4) sorted by relevance
554 CFX_PointF ptPopup; in FPDF_Widget_ReplaceSpellCheckWord() local555 ptPopup.x = x; in FPDF_Widget_ReplaceSpellCheckWord()556 ptPopup.y = y; in FPDF_Widget_ReplaceSpellCheckWord()558 static_cast<CXFA_FFWidget*>(hWidget)->ReplaceSpellCheckWord(ptPopup, bs); in FPDF_Widget_ReplaceSpellCheckWord()576 CFX_PointF ptPopup; in FPDF_Widget_GetSpellCheckWords() local577 ptPopup.x = x; in FPDF_Widget_GetSpellCheckWords()578 ptPopup.y = y; in FPDF_Widget_GetSpellCheckWords()580 ->GetSuggestWords(ptPopup, *sSuggestWords); in FPDF_Widget_GetSpellCheckWords()
38 bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) override;
227 CFX_PointF ptPopup) { in PopupMenu() argument257 return pFormFillEnv->PopupMenu(pPage, hWidget, menuFlag, ptPopup); in PopupMenu()
246 virtual bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) = 0;