Searched refs:iY0 (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.cpp340 int iY0; local
350 iY0 = xy[0] >> 18;
376 iY0 = SkClampMax(yTemp, stopY-1);
379 iY0 = sk_int_mod(yTemp, stopY);
383 iY0 = sk_int_mirror(yTemp, stopY);
413 SkASSERT(iY0 == iY2);
418 const SkPMColor* row0 = s.fPixmap.addr32(0, iY0);
/external/skqp/src/core/
H A DSkBitmapProcState.cpp340 int iY0; local
350 iY0 = xy[0] >> 18;
376 iY0 = SkClampMax(yTemp, stopY-1);
379 iY0 = sk_int_mod(yTemp, stopY);
383 iY0 = sk_int_mirror(yTemp, stopY);
413 SkASSERT(iY0 == iY2);
418 const SkPMColor* row0 = s.fPixmap.addr32(0, iY0);

Completed in 116 milliseconds