/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);
|
/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;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartNetworkSeriesView.java | 187 float lastY = height; 191 mPathStroke.moveTo(lastX, lastY); 192 mPathFill.moveTo(lastX, lastY); 218 final float startY = lastY; 232 lastY = endY; 240 mPathStroke.lineTo(lastX, lastY); 241 mPathFill.lineTo(lastX, lastY); 259 mPathEstimate.moveTo(lastX, lastY); 282 lastY = mVert.convertToPoint(totalData); 284 mPathEstimate.lineTo(lastX, lastY); [all...] |
/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;
|
/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};
|
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 296 float lastX = 0, lastY = 0; 308 canvas.drawLine(lastX, lastY, x, y, mPathPaint); 310 canvas.drawPoint(lastX, lastY, paint); 314 lastY = y; 335 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint); 353 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint); [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
AndroidInput.java | 49 private int lastY;
422 lastY = -1;
432 lastY = -1;
440 dy = newY - lastY;
449 lastY = newY;
|
/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,
|
/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/ |
PointerTracker.java | [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 490 Long lastX, lastY; [all...] |
/external/freetype/src/raster/ |
ftraster.c | 490 Long lastX, lastY; [all...] |
/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); 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);
|
SkRegion_path.cpp | 44 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount); 59 * [LastY XCount [L R]... uninitialized]
|
/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);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 516 int x = 0, y = 0, startX = 0, lastX = -1, lastY = -1; 532 if (lastY != y) { 558 lastY = y; 635 finishPaths(x+1, h, levelh, startX, lastY, curLevelPath, lastX, 638 lastX = lastY = -1; 649 finishPaths(w, h, levelh, startX, lastY, curLevelPath, lastX,
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
navier-stokes.js | 203 var lastY = y[currentRow]; 207 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
|
/external/chromium_org/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/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;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureStroke.java | 292 final int lastY = mYCoordinates.get(lastIndex); 293 final int dist = getDistance(lastX, lastY, x, y); 296 final int pixels = getDistance(lastX, lastY, x, y);
|
/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;
|