Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp81 m_InfoStart.m_ptStart.Reset(); in CFWL_FormImp()
82 m_InfoStart.m_szStart.Reset(); in CFWL_FormImp()
1107 m_pOwner->m_InfoStart.m_ptStart.Set(pMsg->m_fx, pMsg->m_fy); in OnLButtonDown()
1108 m_pOwner->m_InfoStart.m_szStart.Set( in OnLButtonDown()
1187 pMsg->m_fx - m_pOwner->m_InfoStart.m_ptStart.x, in OnMouseMove()
1188 pMsg->m_fy - m_pOwner->m_InfoStart.m_ptStart.y); in OnMouseMove()
1198 fWidth += pMsg->m_fx - m_pOwner->m_InfoStart.m_ptStart.x; in OnMouseMove()
1199 m_pOwner->m_InfoStart.m_ptStart.x = pMsg->m_fx; in OnMouseMove()
1202 m_pOwner->m_InfoStart.m_szStart.x - in OnMouseMove()
1203 m_pOwner->m_InfoStart.m_ptStart.x, in OnMouseMove()
[all …]
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h150 RestoreInfo m_InfoStart; variable