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.cpp962 CFX_PointF CFWL_Edit::DeviceToEngine(const CFX_PointF& pt) { in DeviceToEngine() function in CFWL_Edit
1164 m_CursorPosition = m_EdtEngine.GetIndexForPoint(DeviceToEngine(pMsg->m_pos)); in DoRButtonDown()
1212 m_EdtEngine.GetIndexForPoint(DeviceToEngine(pMsg->m_pos)); in OnLButtonDown()
1235 size_t click_idx = m_EdtEngine.GetIndexForPoint(DeviceToEngine(pMsg->m_pos)); in OnButtonDoubleClick()
1251 SetCursorPosition(m_EdtEngine.GetIndexForPoint(DeviceToEngine(pMsg->m_pos))); in OnMouseMove()