OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_x
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aaevents.c
49
static int prev_button = -1,
prev_x
= -1, prev_y = -1;
local
95
if (
prev_x
!= mouse_x || prev_y != mouse_y ) {
100
prev_x
= mouse_x; prev_y = mouse_y;
/external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc
1473
int
prev_x
= x;
local
1529
int
prev_x
= x;
local
[
all
...]
/external/valgrind/main/massif/
ms_print.in
533
my $
prev_x
= 0;
540
$
prev_x
= $x;
557
for (my $x2 = $
prev_x
+ 1; $x2 < $x; $x2++) {
Completed in 604 milliseconds