Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp193 CXFA_GEPath pathSpell; in DrawSpellCheck() local
211 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
222 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
225 if (!pathSpell.IsEmpty()) { in DrawSpellCheck()
235 pGraphics->StrokePath(&pathSpell, nullptr); in DrawSpellCheck()