Lines Matching refs:lastY
202 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()
1553 static void operatorX(SkAAClip::Builder& builder, int lastY, in operatorX() argument
1600 builder.addRun(left, lastY, proc(alphaA, alphaB), rite - left); in operatorX()
1609 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite); in operatorX()
2029 int lastY SK_INIT_TO_AVOID_WARNING; in blitV()
2030 const uint8_t* row = fAAClip->findRow(y, &lastY); in blitV()
2031 int dy = lastY - y + 1; in blitV()
2046 y = lastY + 1; in blitV()