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

  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
TouchEvent.java 47 * Move/Drag event, fields: posX, posY, deltaX, deltaY, pressure
96 private float deltaX;
111 public TouchEvent(Type type, float x, float y, float deltax, float deltay) {
112 set(type, x, y, deltax, deltay);
119 public void set(Type type, float x, float y, float deltax, float deltay) {
123 this.deltaX = deltax;
152 return deltaX;
  /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 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 219 milliseconds