HomeSort by relevance Sort by last modified time
    Searched defs:last_y (Results 1 - 17 of 17) 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_org/third_party/libwebp/dec/
webpi.h 36 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
  /external/webp/src/dec/
webpi.h 36 int last_y; // coordinate of the line that was last output member in struct:WebPDecParams
  /external/chromium_org/third_party/brotli/src/woff2/
glyph.cc 251 int last_y = 0; local
260 int dy = point.y - last_y;
294 last_y = point.y;
313 last_y = 0;
317 int dy = point.y - last_y;
333 last_y += dy;
woff2_dec.cc 209 int last_y = 0; local
217 int dy = point.y - last_y;
252 last_y = point.y;
272 last_y = 0;
284 int dy = points[i].y - last_y;
292 last_y += dy;
  /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/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 489 int last_y = details().initial_bounds_in_parent.bottom(); local
492 bounds.set_y(last_y);
495 last_y = attached_windows_[i]->bounds().bottom();
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 407 int last_y = std::min(src_h - 1, y * 2 + 1); local
411 first_y, last_y);
421 PrintPixel(src, first_x, last_x, first_y, last_y);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 313 int last_y = 0; local
321 int dy = point.y - last_y;
356 last_y = point.y;
376 last_y = 0;
388 int dy = points.at(i).y - last_y;
396 last_y += dy;
    [all...]
  /external/fio/
graph.c 952 int last_y = g->yoffset + g->ydim; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);
  /external/qemu/ui/
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/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1505 int y,next_y,last_y; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 99 const uint8_t* last_y = &last->y_buffer[mi_row * MI_SIZE * last->y_stride + local
103 last_y, last->y_stride, &sse);
    [all...]

Completed in 764 milliseconds