Searched refs:DeviceToEngine (Results 1 – 2 of 2) sorted by relevance
129 CFX_PointF DeviceToEngine(const CFX_PointF& pt);
962 CFX_PointF CFWL_Edit::DeviceToEngine(const CFX_PointF& pt) { in DeviceToEngine() function in CFWL_Edit1164 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()