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

  /external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h 39 FX_FLOAT deltax = (FX_FLOAT)(x2 - x1); local
42 if(deltax == 0) {
43 deltax = (x1 > clip_box.x1) ? -nearzero : nearzero;
46 if(deltax > 0) {
53 FX_FLOAT tinx = FXSYS_Div(xin - x1, deltax);
81 FX_FLOAT toutx = FXSYS_Div(xout - x1, deltax);
91 *x++ = (T)(x1 + FXSYS_Mul(deltax, tiny));
101 *x++ = (T)(x1 + FXSYS_Mul(deltax, touty));
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/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/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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
WindowLocationUtil.java 52 int deltax = view.getLeft(); local
55 points[i] += deltax;
65 deltax = view.getScrollX();
68 points[i] -= deltax;
79 deltax = view.getLeft();
82 points[i] += 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 2346 milliseconds