Searched refs:last_x (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/notifications/ |
D | desktop_notifications_unittest.cc | 392 int last_x = -1; in TEST_F() local 397 if (last_x > 0) in TEST_F() 398 EXPECT_EQ(last_x, current_x); in TEST_F() 408 last_x = current_x; in TEST_F() 416 last_x = -1; in TEST_F() 423 if (last_x > 0) in TEST_F() 424 EXPECT_EQ(last_x, current_x); in TEST_F() 434 last_x = current_x; in TEST_F() 444 EXPECT_LT(current_x, last_x); in TEST_F()
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | 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]) in RISCOS_PollMouseHelper() 303 if (last_x != new_x || last_y != new_y) in RISCOS_PollMouseHelper() 313 last_x = topLeftX + (centre_x << this->hidden->xeig); in RISCOS_PollMouseHelper() 324 block[1] = last_x & 0xFF; in RISCOS_PollMouseHelper() 325 block[2] = (last_x >> 8) & 0xFF; in RISCOS_PollMouseHelper() 336 last_x = new_x; in RISCOS_PollMouseHelper()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbelo.c | 83 static int last_x = 0; in eloParsePacket() local 95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) { in eloParsePacket() 100 *dx = last_x; in eloParsePacket() 104 last_x = *dx; in eloParsePacket()
|
/external/qemu/ |
D | vnc-android.c | 695 int y, int last_x, int x) in find_and_clear_dirty_height() argument 701 if (!vnc_get_bit(s->dirty[y + h], last_x)) in find_and_clear_dirty_height() 703 for (tmp_x = last_x; tmp_x < x; tmp_x++) in find_and_clear_dirty_height() 784 int last_x = -1; in vnc_update_client() local 787 if (last_x == -1) { in vnc_update_client() 788 last_x = x; in vnc_update_client() 792 if (last_x != -1) { in vnc_update_client() 793 int h = find_and_clear_dirty_height(&vs->server, y, last_x, x); in vnc_update_client() 794 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h); in vnc_update_client() 797 last_x = -1; in vnc_update_client() [all …]
|
D | vnc.c | 689 int y, int last_x, int x) in find_and_clear_dirty_height() argument 695 if (!vnc_get_bit(s->dirty[y + h], last_x)) in find_and_clear_dirty_height() 697 for (tmp_x = last_x; tmp_x < x; tmp_x++) in find_and_clear_dirty_height() 778 int last_x = -1; in vnc_update_client() local 781 if (last_x == -1) { in vnc_update_client() 782 last_x = x; in vnc_update_client() 786 if (last_x != -1) { in vnc_update_client() 787 int h = find_and_clear_dirty_height(&vs->server, y, last_x, x); in vnc_update_client() 788 send_framebuffer_update(vs, last_x * 16, y, (x - last_x) * 16, h); in vnc_update_client() 791 last_x = -1; in vnc_update_client() [all …]
|
D | vnc.h | 127 int last_x; member
|
/external/chromium/chrome/browser/ui/gtk/ |
D | menu_bar_helper.cc | 123 gint last_x = x; in OnMenuMotionNotify() local 126 last_button, button, last_x, last_y, &x, &y)) { in OnMenuMotionNotify()
|