HomeSort by relevance Sort by last modified time
    Searched full:lasty (Results 26 - 50 of 63) sorted by null

12 3

  /external/libgdx/gdx/src/com/badlogic/gdx/input/
GestureDetector.java 378 float lastX, lastY;
388 lastY = y;
403 deltaY = y - lastY;
405 lastY = y;
  /external/skia/src/core/
SkEdge.h 52 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
SkRegion_path.cpp 54 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
69 * [LastY XCount [L R]... uninitialized]
SkEdge.cpp 459 // SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) - fLastY));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ObservableScrollView.java 148 void onOverscrolled(float lastX, float lastY, int amount);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java     [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 765 int x = mLevelLeft, y = 0, startX = mLevelLeft, lastX = -1, lastY = -1;
798 if (lastY != y) {
826 lastY = y;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Window.java 91 float startX, startY, lastX, lastY;
114 lastY = y - height;
159 float amountY = y - lastY - height;
  /external/v8/benchmarks/
navier-stokes.js 185 var lastY = y[currentRow];
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
  /external/libvorbis/examples/
frameview.pl 370 my$lasty=-$maxlabelheight/2;
377 if($y-$maxlabelheight>=$lasty){
379 $lasty=$y;
395 $lasty=-$maxlabelheight/2;
404 if($y-$maxlabelheight>=$lasty){
409 $lasty=$y;
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 1154 int lasty = yi; local
1285 int lasty = yi; local
    [all...]
  /external/libyuv/files/source/
scale.cc 1137 int lasty = yi; local
1268 int lasty = yi; local
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 117 private float lastX, lastY;
517 lastY = event.getY();
520 final int deltaY = (int) (lastY - event.getY());
536 && Math.abs(event.getY() - lastY) < MAX_CLICK_DISTANCE) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 591 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS; local
596 pbi->mt_yabove_row[mb_row +1][lasty + i] = pbi->mt_yabove_row[mb_row +1][lasty -1];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 588 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS; local
593 pbi->mt_yabove_row[mb_row +1][lasty + i] = pbi->mt_yabove_row[mb_row +1][lasty -1];
  /external/skia/tools/
pathops_sorter.htm 89 var lastX, lastY;
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 460 lastY := new(Int)
480 Y.Add(Y, lastY)
481 lastY.Set(temp)
489 *y = *lastY
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int.go 457 lastY := new(Int)
477 Y.Add(Y, lastY)
478 lastY.Set(temp)
486 *y = *lastY
  /prebuilts/go/darwin-x86/src/math/big/
int.go 457 lastY := new(Int)
477 Y.Add(Y, lastY)
478 lastY.Set(temp)
486 *y = *lastY
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 460 lastY := new(Int)
480 Y.Add(Y, lastY)
481 lastY.Set(temp)
489 *y = *lastY
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
int.go 457 lastY := new(Int)
477 Y.Add(Y, lastY)
478 lastY.Set(temp)
486 *y = *lastY
  /prebuilts/go/linux-x86/src/math/big/
int.go 457 lastY := new(Int)
477 Y.Add(Y, lastY)
478 lastY.Set(temp)
486 *y = *lastY
  /frameworks/base/libs/hwui/
PathTessellator.cpp     [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 1173 double lasty = height - 1.0; local
    [all...]

Completed in 1723 milliseconds

12 3