Lines Matching refs:iY2
468 int iY2;472 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());474 iY2 = mapper.intY();479 iY2 = SkTPin(iY2, 0, stopY-1);482 iY2 = sk_int_mod(iY2, stopY);486 iY2 = sk_int_mirror(iY2, stopY);490 SkASSERT(iY0 == iY2);