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);
566 const YOffset& lastY = yoff[head->fRowCount - 1];
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 < bottom) {
1458 static void operatorX(SkAAClip::Builder& builder, int lastY,
1505 builder.addRun(left, lastY, proc(alphaA, alphaB), rite - left);
1514 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite);
1934 int lastY SK_INIT_TO_AVOID_WARNING;
1935 const uint8_t* row = fAAClip->findRow(y, &lastY);
1936 int dy = lastY - y + 1;
1951 y = lastY + 1;