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

  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 40 FX_FLOAT deltay = (FX_FLOAT)(y2 - y1); local
54 if(deltay == 0) {
55 deltay = (y1 > clip_box.y1) ? -nearzero : nearzero;
58 if(deltay > 0) {
65 FX_FLOAT tiny = FXSYS_Div(yin - y1, deltay);
82 FX_FLOAT touty = FXSYS_Div(yout - y1, deltay);
89 *y++ = (T)(y1 + FXSYS_Mul(deltay, tinx));
99 *y++ = (T)(y1 + FXSYS_Mul(deltay, toutx));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
WindowLocationUtil.java 53 int deltay = view.getTop(); local
57 points[i] += deltay;
66 deltay = view.getScrollY();
70 points[i] -= deltay;
80 deltay = view.getTop();
84 points[i] += deltay;
  /external/libvpx/libvpx/vp8/common/
textblit.c 64 int deltax, deltay; local
92 deltay = abs(y1 - y0);
108 error = error - deltay;
122 error = error - deltay;
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 63 int deltax, deltay; local
89 deltay = abs(y1 - y0);
103 error = error - deltay;
113 error = error - deltay;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
textblit.c 64 int deltax, deltay; local
92 deltay = abs(y1 - y0);
108 error = error - deltay;
122 error = error - deltay;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_textblit.c 63 int deltax, deltay; local
89 deltay = abs(y1 - y0);
103 error = error - deltay;
113 error = error - deltay;
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
VrView.java 250 float deltax, deltay; local
261 deltay = (float) -((mDownPointY - e.getY()) / getWidth());
262 cut(0, deltax, deltay);
266 deltay = (float) -((mDownPointY - e.getY()) / getWidth());
267 cut(1, deltax, deltay);
271 deltay = (float) -((mDownPointY - e.getY()) / getWidth());
272 cut(2, deltax, deltay);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /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 467 milliseconds