Searched refs:lastY (Results 1 - 14 of 14) sorted by last modified time

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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);
566 const YOffset& lastY = yoff[head->fRowCount - 1]; local
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 < botto
1458 operatorX(SkAAClip::Builder& builder, int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc, const SkIRect& bounds) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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/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 ...
/external/chromium_org/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c609 wordptr lastY; local
616 lastY = Y + sizeY - 1;
617 if ( (*lastY AND (maskY AND NOT (maskY >> 1))) == 0 ) *lastY &= maskY;
621 *lastY |= NOT maskY;
629 *lastY &= maskY;
/external/chromium_org/third_party/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/chromium_org/third_party/brotli/src/woff2/
H A Dtransform.cc134 int lastY = 0; local
141 int dy = y - lastY;
144 lastY = y;
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c490 Long lastX, lastY; member in struct:black_TWorker_
1447 /* is stored in `lastY'). */
1462 if ( y > ras.lastY )
1465 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) )
1470 if ( y < ras.lastY )
1472 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1478 if ( y < ras.lastY )
1480 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) ||
1482 IS_TOP_OVERSHOOT( ras.lastY ) ) )
1488 if ( y > ras.lastY )
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DZeroPole.cpp50 float lastY = m_lastY; local
60 float output2 = k2 * output1 + pole * lastY;
61 lastY = output2;
69 m_lastY = DenormalDisabler::flushDenormalFloatToZero(lastY);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1082 int lastY = startY; local
1101 if (nextY >= lastY) {
1102 lastY = nextY;

Completed in 349 milliseconds