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

  /external/libvpx/libvpx/vp8/common/
textblit.c 64 int deltax, deltay; local
91 deltax = x1 - x0;
93 error = deltax / 2;
112 error = error + deltax;
126 error = error + deltax;
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 63 int deltax, deltay; local
88 deltax = x1 - x0;
90 error = deltax / 2;
106 error = error + deltax;
116 error = error + deltax;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 336 int deltax, deltay; local
341 deltax = xevent->xmotion.x - mouse_last.x;
344 printf("Warped mouse motion: %d,%d\n", deltax, deltay);
348 posted = SDL_PrivateMouseMotion(0, 1, deltax, deltay);
356 deltax = xevent->xmotion.x - mouse_last.x;
359 printf("Extra mouse motion: %d,%d\n", deltax, deltay);
363 posted += SDL_PrivateMouseMotion(0, 1, deltax, deltay);
    [all...]
  /external/zxing/core/
core.jar 

Completed in 250 milliseconds