Home
last modified time | relevance | path

Searched refs:SkFloat2Bits (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp44 fKey[0] = SkFloat2Bits(sx); in SmallPathShapeDataKey()
45 fKey[1] = SkFloat2Bits(sy); in SmallPathShapeDataKey()
46 fKey[2] = SkFloat2Bits(kx); in SmallPathShapeDataKey()
47 fKey[3] = SkFloat2Bits(ky); in SmallPathShapeDataKey()
H A DSoftwarePathRenderer.cpp307 builder[2] = SkFloat2Bits(sx); in onDrawPath()
308 builder[3] = SkFloat2Bits(sy); in onDrawPath()
309 builder[4] = SkFloat2Bits(kx); in onDrawPath()
310 builder[5] = SkFloat2Bits(ky); in onDrawPath()
/third_party/skia/include/private/
H A DSkFloatBits.h46 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() function
85 return SkSignBitTo2sCompliment(SkFloat2Bits(x)); in SkFloatAs2sCompliment()
H A DSkFloatingPoint.h87 return SkFloatBits_IsFinite(SkFloat2Bits(x)); in sk_float_isfinite()
111 return SkFloatBits_IsInf(SkFloat2Bits(x)); in sk_float_isinf()
243 uint32_t bits = (uint32_t)SkFloat2Bits(x); in sk_float_nextlog2()
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp352 builder[0] = SkFloat2Bits(roundf(sx * 100) / 100.f); in compute_key_and_clip_bounds()
353 builder[1] = SkFloat2Bits(roundf(sy * 100) / 100.f); in compute_key_and_clip_bounds()
354 builder[2] = SkFloat2Bits(roundf(kx * 100) / 100.f); in compute_key_and_clip_bounds()
355 builder[3] = SkFloat2Bits(roundf(ky * 100) / 100.f); in compute_key_and_clip_bounds()
369 builder[6] = SkFloat2Bits(roundf(rec.fSigma * 100) / 100.f); in compute_key_and_clip_bounds()
/third_party/skia/samplecode/
H A DSampleCusp.cpp150 SkDebugf("{0x%08x,0x%08x},", SkFloat2Bits(pts[i].fX), SkFloat2Bits(pts[i].fY));
/third_party/skia/src/core/
H A DSkStringUtils.cpp15 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value)); in SkAppendScalar()
H A DSkPath.cpp2009 builder.appendf("SkBits2Float(0x%08X) /* %g */", SkFloat2Bits(v), v); in dumpArrays()
/third_party/skia/tests/
H A DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
H A DPathOpsExtendedTest.cpp436 SkFloat2Bits(points[i].fX), SkFloat2Bits(points[i].fY)); in json_path_out()
439 fprintf(PathOpsDebug::gOut, ", \"0x%08x\"", SkFloat2Bits(*w)); in json_path_out()
H A DRRectInPathTest.cpp488 SkDebugf("%g 0x%08X\n", rect.fLeft, SkFloat2Bits(rect.fLeft)); in DEF_TEST()
H A DPathOpsDebug.cpp41 SkDebugf("SkBits2Float(0x%08x)", SkFloat2Bits(x)); in DebugDumpHexFloat()
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp191 *buffer++ = SkFloat2Bits(positions[i]); in getGradient()
/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp20 return SkFloat2Bits(SkScalarRoundToScalar(a * threshold)/threshold); in relax()
22 return SkFloat2Bits(a); in relax()
/third_party/skia/bench/
H A DMathBench.cpp185 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
/third_party/skia/src/shaders/gradients/
H A DSkGradientShader.cpp300 decal_ctx->limit_x = SkBits2Float(SkFloat2Bits(1.0f) + 1); in onAppendStages()

Completed in 20 milliseconds