Home | History | Annotate | Download | only in core

Lines Matching refs:SkLeftShift

1707         isrc.fLeft = SkLeftShift(isrc.fLeft, subpixelBits);
1708 isrc.fTop = SkLeftShift(isrc.fTop, subpixelBits);
1709 isrc.fRight = SkLeftShift(isrc.fRight, subpixelBits);
1710 isrc.fBottom = SkLeftShift(isrc.fBottom, subpixelBits);