Home | History | Annotate | Download | only in core

Lines Matching refs:SkMin32

89             int n = SkMin32(width, 255);
105 int n = SkMin32(width, 255);
807 yArray.setReserve(SkMin32(bounds.height(), 1024));
808 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));
1586 rite = leftA = leftB = SkMin32(riteA, riteB);
1661 bot = topA = topB = SkMin32(botA, botB);
1983 int minN = SkMin32(srcN, rowN);
2094 int n = SkMin32(rowN, srcN);
2231 localStopY = SkMin32(localStopY + 1, stopY);