Searched refs:SkSignBitTo2sCompliment (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatBits.h19 static inline int32_t SkSignBitTo2sCompliment(int32_t x) { function
28 This undoes the result of SkSignBitTo2sCompliment().
85 return SkSignBitTo2sCompliment(SkFloat2Bits(x));
/external/skia/include/core/
H A DSkFloatBits.h19 static inline int32_t SkSignBitTo2sCompliment(int32_t x) { function
28 This undoes the result of SkSignBitTo2sCompliment().
85 return SkSignBitTo2sCompliment(SkFloat2Bits(x));

Completed in 348 milliseconds