HomeSort by relevance Sort by last modified time
    Searched refs:last_x (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 251 static Sint16 last_x = -1, last_y = -1; variable
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2])
303 if (last_x != new_x || last_y != new_y)
313 last_x = topLeftX + (centre_x << this->hidden->xeig);
324 block[1] = last_x & 0xFF;
325 block[2] = (last_x >> 8) & 0xFF;
336 last_x = new_x;
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 392 int last_x = -1; local
397 if (last_x > 0)
398 EXPECT_EQ(last_x, current_x);
408 last_x = current_x;
416 last_x = -1;
423 if (last_x > 0)
424 EXPECT_EQ(last_x, current_x);
434 last_x = current_x;
444 EXPECT_LT(current_x, last_x);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 83 static int last_x = 0; local
95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) {
100 *dx = last_x;
104 last_x = *dx;
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.cc 123 gint last_x = x; local
126 last_button, button, last_x, last_y, &x, &y)) {
  /external/qemu/
vnc-android.c 695 int y, int last_x, int x)
701 if (!vnc_get_bit(s->dirty[y + h], last_x))
703 for (tmp_x = last_x; tmp_x < x; tmp_x++)
784 int last_x = -1; local
787 if (last_x == -1) {
788 last_x = x;
792 if (last_x != -1) {
793 int h = find_and_clear_dirty_height(&vs->server, y, last_x, x);
794 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h)
    [all...]
vnc.c 689 int y, int last_x, int x)
695 if (!vnc_get_bit(s->dirty[y + h], last_x))
697 for (tmp_x = last_x; tmp_x < x; tmp_x++)
778 int last_x = -1; local
781 if (last_x == -1) {
782 last_x = x;
786 if (last_x != -1) {
787 int h = find_and_clear_dirty_height(&vs->server, y, last_x, x);
788 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h)
    [all...]
vnc.h 127 int last_x; member in struct:VncState
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1504 int x,next_x,last_x; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1504 int x,next_x,last_x; local
    [all...]

Completed in 174 milliseconds