Home
last modified time | relevance | path

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

12

/third_party/skia/src/gpu/ops/
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()
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/flutter/skia/include/private/
DSkFloatBits.h46 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() function
77 return SkSignBitTo2sCompliment(SkFloat2Bits(x)); in SkFloatAs2sCompliment()
DSkFloatingPoint.h85 return SkFloatBits_IsFinite(SkFloat2Bits(x)); in sk_float_isfinite()
102 return SkFloatBits_IsInf(SkFloat2Bits(x)); in sk_float_isinf()
/third_party/skia/include/private/
DSkFloatBits.h46 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() function
77 return SkSignBitTo2sCompliment(SkFloat2Bits(x)); in SkFloatAs2sCompliment()
DSkFloatingPoint.h87 return SkFloatBits_IsFinite(SkFloat2Bits(x)); in sk_float_isfinite()
104 return SkFloatBits_IsInf(SkFloat2Bits(x)); in sk_float_isinf()
236 uint32_t bits = (uint32_t)SkFloat2Bits(x); in sk_float_nextlog2()
/third_party/flutter/skia/src/gpu/
DGrBlurUtils.cpp354 builder[0] = SkFloat2Bits(sx); in draw_shape_with_mask_filter()
355 builder[1] = SkFloat2Bits(sy); in draw_shape_with_mask_filter()
356 builder[2] = SkFloat2Bits(kx); in draw_shape_with_mask_filter()
357 builder[3] = SkFloat2Bits(ky); in draw_shape_with_mask_filter()
371 builder[6] = SkFloat2Bits(rec.fSigma); in draw_shape_with_mask_filter()
DGrSoftwarePathRenderer.cpp311 builder[0] = SkFloat2Bits(sx); in onDrawPath()
312 builder[1] = SkFloat2Bits(sy); in onDrawPath()
313 builder[2] = SkFloat2Bits(kx); in onDrawPath()
314 builder[3] = SkFloat2Bits(ky); in onDrawPath()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp345 builder[0] = SkFloat2Bits(sx); in compute_key_and_clip_bounds()
346 builder[1] = SkFloat2Bits(sy); in compute_key_and_clip_bounds()
347 builder[2] = SkFloat2Bits(kx); in compute_key_and_clip_bounds()
348 builder[3] = SkFloat2Bits(ky); in compute_key_and_clip_bounds()
362 builder[6] = SkFloat2Bits(rec.fSigma); in compute_key_and_clip_bounds()
/third_party/flutter/skia/samplecode/
DSampleCusp.cpp150 SkDebugf("{0x%08x,0x%08x},", SkFloat2Bits(pts[i].fX), SkFloat2Bits(pts[i].fY)); in onDrawContent()
/third_party/skia/samplecode/
DSampleCusp.cpp150 SkDebugf("{0x%08x,0x%08x},", SkFloat2Bits(pts[i].fX), SkFloat2Bits(pts[i].fY)); in onDrawContent()
/third_party/skia/src/core/
DSkStringUtils.cpp15 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value)); in SkAppendScalar()
/third_party/flutter/skia/src/core/
DSkStringUtils.cpp15 str->appendf("SkBits2Float(0x%08x)", SkFloat2Bits(value)); in SkAppendScalar()
/third_party/skia/tests/
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()
DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
DRRectInPathTest.cpp488 SkDebugf("%g 0x%08X\n", rect.fLeft, SkFloat2Bits(rect.fLeft)); in DEF_TEST()
/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp100 fKey[0] = SkFloat2Bits(sx); in set()
101 fKey[1] = SkFloat2Bits(sy); in set()
102 fKey[2] = SkFloat2Bits(kx); in set()
103 fKey[3] = SkFloat2Bits(ky); in set()
/third_party/flutter/skia/tests/
DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
DPathOpsExtendedTest.cpp535 SkFloat2Bits(points[i].fX), SkFloat2Bits(points[i].fY)); in json_path_out()
538 fprintf(PathOpsDebug::gOut, ", \"0x%08x\"", SkFloat2Bits(iter.conicWeight())); in json_path_out()
DRRectInPathTest.cpp492 SkDebugf("%g 0x%08X\n", rect.fLeft, SkFloat2Bits(rect.fLeft)); in DEF_TEST()
/third_party/flutter/skia/src/gpu/gradients/
DGrGradientBitmapCache.cpp191 *buffer++ = SkFloat2Bits(positions[i]); in getGradient()
/third_party/skia/src/gpu/gradients/
DGrGradientBitmapCache.cpp191 *buffer++ = SkFloat2Bits(positions[i]); in getGradient()
/third_party/flutter/skia/bench/
DMathBench.cpp185 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
/third_party/skia/bench/
DMathBench.cpp185 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int()
/third_party/flutter/skia/src/shaders/gradients/
DSkGradientShader.cpp295 decal_ctx->limit_x = SkBits2Float(SkFloat2Bits(1.0f) + 1); in onAppendStages()

12