Searched refs:SkFloat2Bits (Results 1 - 11 of 11) sorted by path

/external/chromium_org/third_party/skia/bench/
H A DMathBench.cpp196 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts
/external/chromium_org/third_party/skia/include/core/
H A DSkFloatBits.h66 static inline int32_t SkFloat2Bits(float x) { function
85 return SkSignBitTo2sCompliment(SkFloat2Bits(x));
103 return SkFloatBits_toIntCast(SkFloat2Bits(x));
110 return SkFloatBits_toIntFloor(SkFloat2Bits(x));
117 return SkFloatBits_toIntRound(SkFloat2Bits(x));
124 return SkFloatBits_toIntCeil(SkFloat2Bits(x));
H A DSkFloatingPoint.h49 int32_t xbits = SkFloat2Bits(x);
50 int32_t ybits = SkFloat2Bits(y);
94 int32_t bits = SkFloat2Bits(x);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp2024 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value));
/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp228 op, x, SkFloat2Bits(x), ni, si);
H A DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts
/external/skia/bench/
H A DMathBench.cpp196 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts
/external/skia/include/core/
H A DSkFloatBits.h66 static inline int32_t SkFloat2Bits(float x) { function
85 return SkSignBitTo2sCompliment(SkFloat2Bits(x));
104 return SkFloatBits_toIntCast(SkFloat2Bits(x));
111 return SkFloatBits_toIntFloor(SkFloat2Bits(x));
118 return SkFloatBits_toIntRound(SkFloat2Bits(x));
125 return SkFloatBits_toIntCeil(SkFloat2Bits(x));
H A DSkFloatingPoint.h47 int32_t xbits = SkFloat2Bits(x);
48 int32_t ybits = SkFloat2Bits(y);
92 int32_t bits = SkFloat2Bits(x);
/external/skia/tests/
H A DMathTest.cpp228 op, x, SkFloat2Bits(x), ni, si);
H A DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts

Completed in 550 milliseconds