HomeSort by relevance Sort by last modified time
    Searched refs:roundBit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkMath.cpp 103 int roundBit = (lo >> (shift - 1)) & 1;
104 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit;
  /external/skia/src/core/
SkMath.cpp 103 int roundBit = (lo >> (shift - 1)) & 1;
104 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit;

Completed in 37 milliseconds