OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouse_y
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aaevents.c
45
int mouse_button, mouse_x,
mouse_y
;
local
60
aa_getmouse (AA_context, &mouse_x, &
mouse_y
, &mouse_button);
63
mouse_y
=
mouse_y
* this->screen->h / aa_scrheight (AA_context);
95
if ( prev_x != mouse_x || prev_y !=
mouse_y
) {
96
posted += SDL_PrivateMouseMotion(0, 0, mouse_x,
mouse_y
);
100
prev_x = mouse_x; prev_y =
mouse_y
;
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggievents.c
63
static int mouse_x = 0,
mouse_y
= 0, mouse_z = 0;
local
86
if (mouse_x != ev.pmove.x ||
mouse_y
!= ev.pmove.y || mouse_z != ev.pmove.wheel)
89
y = ev.pmove.y -
mouse_y
;
92
mouse_y
= ev.pmove.y;
/external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc
456
int
mouse_y
) const {
469
if (bottom_bar_y <=
mouse_y
&&
mouse_y
<= bottom_bar_bottom)
498
mouse_y
>= bounds.y())
docked_panel_collection.h
79
bool ShouldBringUpTitlebars(int mouse_x, int
mouse_y
) const;
panel_manager.h
115
bool ShouldBringUpTitlebars(int mouse_x, int
mouse_y
) const;
panel_manager.cc
500
bool PanelManager::ShouldBringUpTitlebars(int mouse_x, int
mouse_y
) const {
501
return docked_collection_->ShouldBringUpTitlebars(mouse_x,
mouse_y
);
Completed in 8000 milliseconds