Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.h129 CFX_PointF DeviceToEngine(const CFX_PointF& pt);
Dcfwl_edit.cpp868 CFX_PointF CFWL_Edit::DeviceToEngine(const CFX_PointF& pt) { in DeviceToEngine() function in CFWL_Edit
1073 m_pEditEngine->GetIndexForPoint(DeviceToEngine(pMsg->m_pos))); in DoRButtonDown()
1118 m_pEditEngine->GetIndexForPoint(DeviceToEngine(pMsg->m_pos)); in OnLButtonDown()
1142 m_pEditEngine->GetIndexForPoint(DeviceToEngine(pMsg->m_pos)); in OnButtonDoubleClick()
1159 m_pEditEngine->GetIndexForPoint(DeviceToEngine(pMsg->m_pos))); in OnMouseMove()