Lines Matching defs:lastY
273 void operateX(int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc);
527 void SkAAClip::Builder::operateX(int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc) {
580 this->addRun(left, lastY, proc(alphaA, alphaB), rite - left);
589 this->addRun(prevRite, lastY, 0, fBounds.fRight - prevRite);
900 const int lastY = fBounds.height() - 1;
907 SkASSERT(yoff->fY <= lastY);
918 SkASSERT(yoff->fY == lastY);
1217 const YOffset& lastY = yoff[head->fRowCount - 1];
1218 SkASSERT(lastY.fY + 1 <= fBounds.height());
1219 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
1220 SkASSERT(lastY.fY + 1 == fBounds.height());
1593 int lastY SK_INIT_TO_AVOID_WARNING;
1594 const uint8_t* row = this->findRow(top, &lastY);
1595 if (lastY < bottom) {
1749 int lastY SK_INIT_TO_AVOID_WARNING;
1750 const uint8_t* row = fAAClip->findRow(y, &lastY);
1751 int dy = lastY - y + 1;
1766 y = lastY + 1;