Searched refs:GetPosition (Results 1 – 11 of 11) sorted by relevance
604 wxPoint globalPoint = ClientToScreen(event.GetPosition()); in OnMouseEvents()625 wxPoint diff(event.GetPosition() - m_impl->tripleClickPos); in OnMouseEvents()632 m_impl->tripleClickPos = event.GetPosition(); in OnMouseEvents()654 wxPoint localEventPoint = ScreenToClient(event.GetPosition()); in OnContextMenuEvents()667 WebCore::PlatformMouseEvent wkEvent(mouseEvent, event.GetPosition(), 1); in OnContextMenuEvents()
369 wxPoint GetPosition() const { return m_position; } in GetPosition() function
36 : m_position(event.GetPosition()) in PlatformWheelEvent()
37 : m_position(event.GetPosition()) in PlatformMouseEvent()
81 pos.x = e.GetPosition(); in OnScrollWinEvents()83 pos.y = e.GetPosition(); in OnScrollWinEvents()
220 unsigned long SoundManager::GetPosition()
302 pos += window->GetPosition(); in clip()
177 pt = event.GetPosition()
410 w = self.time[2].GetSize().width + self.time[2].GetPosition().x + 8
272 STDMETHOD(GetPosition)(THIS_ LPDIRECT3DRMFRAME reference, LPD3DVECTOR return_position) PURE; in DECLARE_INTERFACE_() local