Searched refs:roundBit (Results 1 – 2 of 2) sorted by relevance
123 int roundBit = (lo >> (shift - 1)) & 1; in SkMulShift() local124 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit; in SkMulShift()
122 int roundBit = (lo >> (shift - 1)) & 1; in SkMulShift() local123 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit; in SkMulShift()