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

  /external/chromium_org/third_party/skia/src/core/
SkFloat.h 25 // int getShift(int shift) const { return GetShift(fPacked, shift); }
26 int getInt() const { return GetShift(fPacked, 0); }
27 SkFixed getFixed() const { return GetShift(fPacked, -16); }
28 SkFract getFract() const { return GetShift(fPacked, -30); }
93 static int GetShift(int32_t packed, int shift);
SkFP.h 50 #define SkFPToScalar(n) SkFloat::GetShift(n, -16)
SkFloat.cpp 32 int SkFloat::GetShift(int32_t packed, int shift)
  /external/skia/src/core/
SkFloat.h 25 // int getShift(int shift) const { return GetShift(fPacked, shift); }
26 int getInt() const { return GetShift(fPacked, 0); }
27 SkFixed getFixed() const { return GetShift(fPacked, -16); }
28 SkFract getFract() const { return GetShift(fPacked, -30); }
93 static int GetShift(int32_t packed, int shift);
SkFP.h 50 #define SkFPToScalar(n) SkFloat::GetShift(n, -16)
SkFloat.cpp 32 int SkFloat::GetShift(int32_t packed, int shift)

Completed in 1233 milliseconds