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.cpp22 : m_pApp(pApp), m_pAnnot(pAnnot), m_bValid(FALSE), m_ptOldPos(0, 0) { in CFFL_FormFiller()
166 if ((m_ptOldPos.x != point.x) || (m_ptOldPos.y != point.y)) { in OnMouseMove()
167 m_ptOldPos = point; in OnMouseMove()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h159 CPDF_Point m_ptOldPos; variable