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

  /external/skia/include/core/
SkFloatBits.h 66 static inline int32_t SkFloat2Bits(float x) {
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));
SkFloatingPoint.h 53 int32_t xbits = SkFloat2Bits(x);
54 int32_t ybits = SkFloat2Bits(y);
108 int32_t bits = SkFloat2Bits(x);
  /external/skia/src/core/
SkStringUtils.cpp 24 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value));
SkRRect.cpp 113 return SkBits2Float(SkFloat2Bits(value) - 1);
  /external/skia/tests/
ScalarTest.cpp 78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts
MathTest.cpp 229 op, x, SkFloat2Bits(x), ni, si);
PathOpsDebug.cpp 33 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x));
    [all...]
  /external/skia/bench/
MathBench.cpp 196 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts

Completed in 414 milliseconds