Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp196 CFX_Path pathSpell; in DrawSpellCheck() local
214 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
225 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
228 if (!pathSpell.IsEmpty()) { in DrawSpellCheck()
238 pGraphics->StrokePath(&pathSpell, nullptr); in DrawSpellCheck()