Home | History | Annotate | Download | only in core

Lines Matching refs:lastY

202     const int lastY = fBounds.height() - 1;
209 SkASSERT(yoff->fY <= lastY);
220 SkASSERT(yoff->fY == lastY);
606 const YOffset& lastY = yoff[head->fRowCount - 1];
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 < bottom) {
1526 static void operatorX(SkAAClip::Builder& builder, int lastY,
1573 builder.addRun(left, lastY, proc(alphaA, alphaB), rite - left);
1582 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);
2002 int lastY SK_INIT_TO_AVOID_WARNING;
2003 const uint8_t* row = fAAClip->findRow(y, &lastY);
2004 int dy = lastY - y + 1;
2019 y = lastY + 1;