Searched refs:GetShift (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.h24 // int getShift(int shift) const { return GetShift(fPacked, shift); }
25 int getInt() const { return GetShift(fPacked, 0); }
26 SkFixed getFixed() const { return GetShift(fPacked, -16); }
91 static int GetShift(int32_t packed, int shift);
H A DSkFloat.cpp32 int SkFloat::GetShift(int32_t packed, int shift) function in class:SkFloat
/external/skia/src/core/
H A DSkFloat.h24 // int getShift(int shift) const { return GetShift(fPacked, shift); }
25 int getInt() const { return GetShift(fPacked, 0); }
26 SkFixed getFixed() const { return GetShift(fPacked, -16); }
91 static int GetShift(int32_t packed, int shift);
H A DSkFloat.cpp32 int SkFloat::GetShift(int32_t packed, int shift) function in class:SkFloat

Completed in 177 milliseconds