Searched refs:lastY (Results 1 - 9 of 9) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c491 Long lastX, lastY; member in struct:black_TWorker_
1355 /* is stored in `lastY'). */
1370 if ( y > ras.lastY )
1373 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1378 if ( y < ras.lastY )
1380 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1386 if ( y < ras.lastY )
1388 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1390 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1396 if ( y > ras.lastY )
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c492 Long lastX, lastY; member in struct:black_TWorker_
1449 /* is stored in `lastY'). */
1464 if ( y > ras.lastY )
1467 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1472 if ( y < ras.lastY )
1474 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1480 if ( y < ras.lastY )
1482 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1484 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1490 if ( y > ras.lastY )
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java49 private int lastY; field in class:AndroidInput
422 lastY = -1;
432 lastY = -1;
440 dy = newY - lastY;
449 lastY = newY;
/external/v8/benchmarks/
H A Dnavier-stokes.js185 var lastY = y[currentRow];
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
/external/skia/src/core/
H A DSkAAClip.cpp202 const int lastY = fBounds.height() - 1; local
209 SkASSERT(yoff->fY <= lastY);
220 SkASSERT(yoff->fY == lastY);
606 const YOffset& lastY = yoff[head->fRowCount - 1]; local
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 < botto
1526 operatorX(SkAAClip::Builder& builder, int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc, const SkIRect& bounds) argument
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 272 milliseconds