Home | History | Annotate | Download | only in core

Lines Matching refs:SkMin32

88             int n = SkMin32(width, 255);
104 int n = SkMin32(width, 255);
723 yArray.setReserve(SkMin32(bounds.height(), 1024));
724 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));
1485 rite = leftA = leftB = SkMin32(riteA, riteB);
1560 bot = topA = topB = SkMin32(botA, botB);
1878 int minN = SkMin32(srcN, rowN);
1999 int n = SkMin32(rowN, srcN);
2145 localStopY = SkMin32(localStopY + 1, stopY);