Searched refs:SkFloat2Bits (Results 1 – 9 of 9) sorted by relevance
83 fKey[0] = SkFloat2Bits(sx); in set()84 fKey[1] = SkFloat2Bits(sy); in set()85 fKey[2] = SkFloat2Bits(kx); in set()86 fKey[3] = SkFloat2Bits(ky); in set()
45 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() function64 return SkSignBitTo2sCompliment(SkFloat2Bits(x)); in SkFloatAs2sCompliment()
74 int32_t bits = SkFloat2Bits(x); in sk_float_isinf()
196 builder[0] = SkFloat2Bits(sx); in onDrawPath()197 builder[1] = SkFloat2Bits(sy); in onDrawPath()198 builder[2] = SkFloat2Bits(kx); in onDrawPath()199 builder[3] = SkFloat2Bits(ky); in onDrawPath()
24 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value)); in SkAppendScalar()
78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
264 op, x, SkFloat2Bits(x), ni, si); in assert_float_equal()
33 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
185 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()