HomeSort by relevance Sort by last modified time
    Searched defs:last_y (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_events.c 84 static int last_x, last_y; local
88 last_y = evt.axisabs;
89 posted += SDL_PrivateMouseMotion(0, 0, last_x, last_y);
  /external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.h 28 // is_control_down, last_y and updates the autoscroll timer as necessary.
42 int last_y() { return last_y_; } function in class:BookmarkDropInfo
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.cc 124 gint last_y = y; local
126 last_button, button, last_x, last_y, &x, &y)) {
  /external/webp/src/dec/
webpi.h 34 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 391 int last_y = -1; local
400 if (last_y > 0) {
402 EXPECT_GT(current_y, last_y);
404 EXPECT_LT(current_y, last_y);
409 last_y = current_y;
417 last_y = -1;
426 if (last_y > 0) {
428 EXPECT_LT(current_y, last_y);
430 EXPECT_GT(current_y, last_y);
435 last_y = current_y
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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)
314 last_y = topLeftY - (centre_y << this->hidden->yeig);
326 block[3] = last_y & 0xFF;
327 block[4] = (last_y >> 8) & 0xFF;
337 last_y = new_y;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.c 84 static int last_y = 0; local
95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) {
101 *dy = last_y;
105 last_y = *dy;
  /external/qemu/
vnc.h 128 int last_y; member in struct:VncState
  /external/speex/libspeex/
mdf.c 154 spx_word16_t *last_y; member in struct:SpeexEchoState_
450 st->last_y = (spx_word16_t*)speex_alloc(C*N*sizeof(spx_word16_t));
556 st->last_y[i] = 0;
597 speex_free(st->last_y);
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]

Completed in 187 milliseconds