HomeSort by relevance Sort by last modified time
    Searched refs:iY2 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmapProcState.cpp 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);
    [all...]
  /external/skqp/src/core/
SkBitmapProcState.cpp 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);
    [all...]

Completed in 62 milliseconds