Searched defs:mouse_pos (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/
H A Dremote_input_filter.cc35 const webrtc::DesktopVector& mouse_pos) {
43 !mouse_pos.equals(*found_position)) {
34 LocalMouseMoved( const webrtc::DesktopVector& mouse_pos) argument
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysmouse.c189 POINT mouse_pos; local
201 GetCursorPos(&mouse_pos);
202 if ( PtInRect(&SDL_bounds, mouse_pos) ) {
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura.cc152 void TooltipAura::SetTooltipBounds(const gfx::Point& mouse_pos, argument
154 gfx::Rect tooltip_rect(mouse_pos, tooltip_size);
157 gfx::Rect display_bounds(screen->GetDisplayNearestPoint(mouse_pos).bounds());
169 tooltip_rect.set_y(mouse_pos.y() - tooltip_size.height());
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c380 POINT mouse_pos; local
385 GetCursorPos(&mouse_pos);
386 ScreenToClient(SDL_Window, &mouse_pos);
387 post_mouse_motion( 0, (Sint16)mouse_pos.x, (Sint16)mouse_pos.y);

Completed in 406 milliseconds