Home
last modified time | relevance | path

Searched refs:lastY (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DZeroPole.cpp50 float lastY = m_lastY; in process() local
60 float output2 = k2 * output1 + pole * lastY; in process()
61 lastY = output2; in process()
69 m_lastY = DenormalDisabler::flushDenormalFloatToZero(lastY); in process()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
Dftraster.c492 Long lastX, lastY; member
1464 if ( y > ras.lastY ) in Line_To()
1467 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1472 if ( y < ras.lastY ) in Line_To()
1474 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1480 if ( y < ras.lastY ) in Line_To()
1482 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1484 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1490 if ( y > ras.lastY ) in Line_To()
1492 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To()
[all …]
/external/freetype/src/raster/
Dftraster.c492 Long lastX, lastY; member
1464 if ( y > ras.lastY ) in Line_To()
1467 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1472 if ( y < ras.lastY ) in Line_To()
1474 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1480 if ( y < ras.lastY ) in Line_To()
1482 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1484 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1490 if ( y > ras.lastY ) in Line_To()
1492 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To()
[all …]
/external/chromium_org/third_party/freetype/src/raster/
Dftraster.c490 Long lastX, lastY; member
1462 if ( y > ras.lastY ) in Line_To()
1465 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1470 if ( y < ras.lastY ) in Line_To()
1472 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1478 if ( y < ras.lastY ) in Line_To()
1480 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1482 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1488 if ( y > ras.lastY ) in Line_To()
1490 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To()
[all …]
/external/skia/src/core/
DSkAAClip.cpp202 const int lastY = fBounds.height() - 1; in validate() local
209 SkASSERT(yoff->fY <= lastY); in validate()
220 SkASSERT(yoff->fY == lastY); in validate()
566 const YOffset& lastY = yoff[head->fRowCount - 1]; in trimBounds() local
567 SkASSERT(lastY.fY + 1 <= fBounds.height()); in trimBounds()
568 fBounds.fBottom = fBounds.fTop + lastY.fY + 1; in trimBounds()
569 SkASSERT(lastY.fY + 1 == fBounds.height()); in trimBounds()
852 int lastY SK_INIT_TO_AVOID_WARNING; in quickContains()
853 const uint8_t* row = this->findRow(top, &lastY); in quickContains()
854 if (lastY < bottom) { in quickContains()
[all …]
/external/chromium_org/third_party/skia/src/core/
DSkAAClip.cpp202 const int lastY = fBounds.height() - 1; in validate() local
209 SkASSERT(yoff->fY <= lastY); in validate()
220 SkASSERT(yoff->fY == lastY); in validate()
606 const YOffset& lastY = yoff[head->fRowCount - 1]; in trimBounds() local
607 SkASSERT(lastY.fY + 1 <= fBounds.height()); in trimBounds()
608 fBounds.fBottom = fBounds.fTop + lastY.fY + 1; in trimBounds()
609 SkASSERT(lastY.fY + 1 == fBounds.height()); in trimBounds()
920 int lastY SK_INIT_TO_AVOID_WARNING; in quickContains()
921 const uint8_t* row = this->findRow(top, &lastY); in quickContains()
922 if (lastY < bottom) { in quickContains()
[all …]
/external/chromium_org/third_party/brotli/src/woff2/
Dtransform.cc134 int lastY = 0; in WriteSimpleGlyph() local
141 int dy = y - lastY; in WriteSimpleGlyph()
144 lastY = y; in WriteSimpleGlyph()
/external/chromium_org/v8/benchmarks/
Dnavier-stokes.js185 var lastY = y[currentRow];
189lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRo…
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp1082 int lastY = startY; in modify() local
1101 if (nextY >= lastY) { in modify()
1102 lastY = nextY; in modify()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbitvect.c609 wordptr lastY; in BitVector_Copy() local
616 lastY = Y + sizeY - 1; in BitVector_Copy()
617 if ( (*lastY AND (maskY AND NOT (maskY >> 1))) == 0 ) *lastY &= maskY; in BitVector_Copy()
621 *lastY |= NOT maskY; in BitVector_Copy()
629 *lastY &= maskY; in BitVector_Copy()