Home
last modified time | relevance | path

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

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