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

  /external/skia/src/core/
SkBitmapProcState.cpp 354 int yTemp;
365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
367 yTemp = mapper.intY();
370 yTemp = s.fFilterOneY + y;
376 iY0 = SkClampMax(yTemp, stopY-1);
379 iY0 = sk_int_mod(yTemp, stopY);
383 iY0 = sk_int_mirror(yTemp, stopY);
  /external/skqp/src/core/
SkBitmapProcState.cpp 354 int yTemp;
365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
367 yTemp = mapper.intY();
370 yTemp = s.fFilterOneY + y;
376 iY0 = SkClampMax(yTemp, stopY-1);
379 iY0 = sk_int_mod(yTemp, stopY);
383 iY0 = sk_int_mirror(yTemp, stopY);

Completed in 111 milliseconds