Home
last modified time | relevance | path

Searched refs:SkFloat2Bits (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h83 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()
/external/skia/include/private/
DSkFloatBits.h45 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() function
64 return SkSignBitTo2sCompliment(SkFloat2Bits(x)); in SkFloatAs2sCompliment()
DSkFloatingPoint.h74 int32_t bits = SkFloat2Bits(x); in sk_float_isinf()
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp196 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()
/external/skia/src/core/
DSkStringUtils.cpp24 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value)); in SkAppendScalar()
/external/skia/tests/
DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
DMathTest.cpp264 op, x, SkFloat2Bits(x), ni, si); in assert_float_equal()
DPathOpsDebug.cpp33 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
/external/skia/bench/
DMathBench.cpp185 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()