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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ZeroPole.cpp 49 float lastX = m_lastX;
56 float output1 = k1 * (input - zero * lastX);
57 lastX = input;
68 m_lastX = DenormalDisabler::flushDenormalFloatToZero(lastX);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineMemoryOverview.js 113 var lastX = 0;
123 if (Math.abs(nextY - y) > 2 && Math.abs(x - lastX) > 1)
127 lastX = x;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 51 float lastX;
59 lastX = x;
70 float newMomentumX = (x - lastX) / (mDensity * deltaT);
94 lastX = x;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 165 var lastX = x[currentRow];
168 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
202 var lastX = x[currentRow];
206 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
  /external/chromium_org/v8/benchmarks/
navier-stokes.js 147 var lastX = x[currentRow];
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
184 var lastX = x[currentRow];
188 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
  /external/chromium_org/third_party/brotli/src/woff2/
transform.cc 133 int lastX = 0;
140 int dx = x - lastX;
143 lastX = x;
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.cpp 231 le_int32 lastX = line->getWidth();
233 x = (fWidth - lastX - MARGIN);
pflow.c 331 le_int32 lastX = pl_getLineWidth(line);
333 x = (obj->fWidth - lastX - MARGIN);
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 231 le_int32 lastX = line->getWidth();
233 x = (fWidth - lastX - MARGIN);
pflow.c 331 le_int32 lastX = pl_getLineWidth(line);
333 x = (obj->fWidth - lastX - MARGIN);
  /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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 608 wordptr lastX;
613 lastX = X + sizeX - 1;
632 *lastX &= maskX;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 574 milliseconds