Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp24 m_ptOldPos(0,0) in CFFL_FormFiller()
190 if ((m_ptOldPos.x != point.x) || (m_ptOldPos.y != point.y)) in OnMouseMove()
192 m_ptOldPos = point; in OnMouseMove()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h150 CPDF_Point m_ptOldPos; variable