Home
last modified time | relevance | path

Searched refs:roundBit (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkMath.cpp130 int roundBit = (lo >> (shift - 1)) & 1; in SkMulShift() local
131 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit; in SkMulShift()