Searched refs:lastY (Results 1 – 10 of 10) sorted by relevance
50 float lastY = m_lastY; in process() local60 float output2 = k2 * output1 + pole * lastY; in process()61 lastY = output2; in process()69 m_lastY = DenormalDisabler::flushDenormalFloatToZero(lastY); in process()
492 Long lastX, lastY; member1464 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 …]
490 Long lastX, lastY; member1462 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 …]
202 const int lastY = fBounds.height() - 1; in validate() local209 SkASSERT(yoff->fY <= lastY); in validate()220 SkASSERT(yoff->fY == lastY); in validate()566 const YOffset& lastY = yoff[head->fRowCount - 1]; in trimBounds() local567 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 …]
202 const int lastY = fBounds.height() - 1; in validate() local209 SkASSERT(yoff->fY <= lastY); in validate()220 SkASSERT(yoff->fY == lastY); in validate()606 const YOffset& lastY = yoff[head->fRowCount - 1]; in trimBounds() local607 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 …]
134 int lastY = 0; in WriteSimpleGlyph() local141 int dy = y - lastY; in WriteSimpleGlyph()144 lastY = y; in WriteSimpleGlyph()
185 var lastY = y[currentRow];189 …lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRo…
1082 int lastY = startY; in modify() local1101 if (nextY >= lastY) { in modify()1102 lastY = nextY; in modify()
609 wordptr lastY; in BitVector_Copy() local616 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()