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