Searched refs:lastX (Results 1 - 11 of 11) sorted by relevance

/external/v8/benchmarks/
H A Dnavier-stokes.js147 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/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontLinux.cpp258 int lastX = controller.offsetX() - (controller.rtl() ? -controller.width() : controller.width()); local
262 if (std::min(nextX, lastX) <= targetX && targetX <= std::max(nextX, lastX))
264 lastX = nextX;
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java48 private int lastX; field in class:AndroidInput
421 lastX = -1;
431 lastX = -1;
438 if (lastX != -1) {
439 dx = newX - lastX;
448 lastX = newX;
/external/webkit/Source/WebKit/android/jni/
H A DAndroidHitTestResult.cpp245 int lastX = 0; local
257 if (count == 0 || rect.x() != lastX) {
259 lastX = rect.x();
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextControllerATSUI.cpp73 CGFloat lastX = 0; local
84 complexTextRun->m_advancesVector.uncheckedAppend(CGSizeMake(x - lastX, 0));
85 lastX = x;
89 complexTextRun->m_advancesVector.uncheckedAppend(CGSizeMake(FixedToFloat(layoutRecords[j].realPos) - lastX, 0));
/external/icu4c/samples/layout/
H A Dparagraph.cpp231 le_int32 lastX = line->getWidth(); local
233 x = (fWidth - lastX - MARGIN);
H A Dpflow.c331 le_int32 lastX = pl_getLineWidth(line); local
333 x = (obj->fWidth - lastX - MARGIN);
/external/freetype/src/raster/
H A Dftraster.c481 Long lastX, lastY; member in struct:black_TWorker_
1429 /* is stored in `lastX'). */
1491 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY,
1497 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY,
1506 ras.lastX = x;
1527 /* stored in `lastX'). */
1547 ras.arc[2].x = ras.lastX;
1619 ras.lastX = x3;
1647 /* stored in `lastX'). */
1669 ras.arc[3].x = ras.lastX;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 548 milliseconds