Home | History | Annotate | Download | only in core

Lines Matching refs:iY2

390             int iY2;
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
397 iY2 = mapper.intY();
402 iY2 = SkClampMax(iY2, stopY-1);
405 iY2 = sk_int_mod(iY2, stopY);
409 iY2 = sk_int_mirror(iY2, stopY);
413 SkASSERT(iY0 == iY2);