HomeSort by relevance Sort by last modified time
    Searched defs:last_y (Results 1 - 4 of 4) 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)
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.12/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...]

Completed in 2156 milliseconds