HomeSort by relevance Sort by last modified time
    Searched full:lasty (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ZeroPole.cpp 50 float lastY = m_lastY;
60 float output2 = k2 * output1 + pole * lastY;
61 lastY = output2;
69 m_lastY = DenormalDisabler::flushDenormalFloatToZero(lastY);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 188 float lastY = height;
192 mPathStroke.moveTo(lastX, lastY);
193 mPathFill.moveTo(lastX, lastY);
219 final float startY = lastY;
233 lastY = endY;
241 mPathStroke.lineTo(lastX, lastY);
242 mPathFill.lineTo(lastX, lastY);
260 mPathEstimate.moveTo(lastX, lastY);
283 lastY = mVert.convertToPoint(totalData);
285 mPathEstimate.lineTo(lastX, lastY);
    [all...]
  /external/chromium_org/ppapi/examples/flash_topmost/
flash_topmost_inner.html 60 var dragInfo = { lastX:0, lastY:0, target:null };
64 dragInfo.lastY = event.clientY;
73 deltaY = event.clientY - dragInfo.lastY;
75 dragInfo.lastY = event.clientY;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 119 int lasty= 0; local
129 g.drawLine(lastx, lasty, xposition, yposition);
142 if (i > 0 && yposition < lasty)
154 lasty= yposition;
TimeLineGraph.java 86 int lasty = 0; local
107 g.drawLine(lastx, lasty, xposition, yposition);
127 if (i > 0 && yposition < lasty)
141 lasty = yposition;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 52 float lastY;
60 lastY = y;
71 float newMomentumY = (y - lastY) / (mDensity * deltaT);
95 lastY = y;
  /external/chromium_org/third_party/re2/benchlog/
mktable 45 %lasty = ();
56 $lasty{$who} = $val;
80 $y1 = $lasty{$who};
  /external/regex-re2/benchlog/
mktable 45 %lasty = ();
56 $lasty{$who} = $val;
80 $y1 = $lasty{$who};
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ActualKeyboardBuilder.java 59 int lastY = filteredSortedKeys.get(0).getY();
61 if (lastY != key.getY()) {
63 lastY = key.getY();
  /external/chromium_org/third_party/brotli/src/woff2/
transform.cc 134 int lastY = 0;
141 int dy = y - lastY;
144 lastY = y;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddmou.h 88 LONG LastY;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_argb.cc 371 int lasty = yi; local
382 if (yi != lasty) {
388 if (yi != lasty) {
392 lasty = yi;
562 int lasty = yi; local
584 if (yi != lasty) {
593 if (yi != lasty) {
599 lasty = yi;
  /external/chromium_org/third_party/libyuv/source/
scale_argb.cc 371 int lasty = yi; local
382 if (yi != lasty) {
388 if (yi != lasty) {
392 lasty = yi;
562 int lasty = yi; local
584 if (yi != lasty) {
593 if (yi != lasty) {
599 lasty = yi;
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 298 float lastX = 0, lastY = 0;
310 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
312 canvas.drawPoint(lastX, lastY, paint);
316 lastY = y;
337 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
355 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 530 var lasty = 0;
538 lasty += this.kThreadHeightPx;
548 1 + lasty,
557 var y = 2 + lasty;
573 eparent.ms, eparent.marky + 5, e.ms, lasty + 5));
619 lasty += this.kThreadHeightPx;
625 'height': lasty,
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 490 Long lastX, lastY;
    [all...]
  /external/freetype/src/raster/
ftraster.c 492 Long lastX, lastY;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 492 Long lastX, lastY;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 697 private int lastY;
707 if(x == lastX && y == lastY) dir = 0;
708 else if (y == 0 && lastY == 0 && x > lastX) dir = 1;
709 else if (y == 0 && lastY == 0 && x < lastX) dir = -1;
711 else if (y == 2 && lastY == 2 && x > lastX) dir = -1;
712 else if (y == 2 && lastY == 2 && x < lastX) dir = 1;
714 else if (y < lastY && x <= 4) dir = 1;
715 else if (y < lastY && x >= 5) dir = -1;
717 else if (y > lastY && x <= 4) dir = -1;
718 else if (y > lastY && x >= 5) dir = 1;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 236 final int lastY = mYCoordinates.get(lastIndex);
237 final int dist = getDistance(lastX, lastY, x, y);
240 final int pixels = getDistance(lastX, lastY, x, y);
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 202 const int lastY = fBounds.height() - 1;
209 SkASSERT(yoff->fY <= lastY);
220 SkASSERT(yoff->fY == lastY);
606 const YOffset& lastY = yoff[head->fRowCount - 1];
607 SkASSERT(lastY.fY + 1 <= fBounds.height());
608 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
609 SkASSERT(lastY.fY + 1 == fBounds.height());
920 int lastY SK_INIT_TO_AVOID_WARNING;
921 const uint8_t* row = this->findRow(top, &lastY);
922 if (lastY < bottom)
    [all...]
SkEdge.h 53 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
  /external/skia/src/core/
SkAAClip.cpp 202 const int lastY = fBounds.height() - 1;
209 SkASSERT(yoff->fY <= lastY);
220 SkASSERT(yoff->fY == lastY);
566 const YOffset& lastY = yoff[head->fRowCount - 1];
567 SkASSERT(lastY.fY + 1 <= fBounds.height());
568 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
569 SkASSERT(lastY.fY + 1 == fBounds.height());
852 int lastY SK_INIT_TO_AVOID_WARNING;
853 const uint8_t* row = this->findRow(top, &lastY);
854 if (lastY < bottom)
    [all...]
SkEdge.h 53 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ObservableScrollView.java 148 void onOverscrolled(float lastX, float lastY, int amount);

Completed in 1333 milliseconds

1 2 3