Home
last modified time | relevance | path

Searched refs:sk_float_abs (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DMathTest.cpp177 float diff = sk_float_abs(f1 - r1); in test_blend()
178 diff = sk_float_abs(diff - 0.5f); in test_blend()
392 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
402 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
412 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
/external/skia/src/views/
DSkTouchGesture.cpp99 return sk_float_abs(x0 - x1) <= MAX_JITTER_RADIUS && in close_enough_for_jitter()
100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS; in close_enough_for_jitter()
/external/skia/include/private/
DSkFloatingPoint.h73 #define sk_float_abs(x) fabsf(x) macro
/external/skia/src/core/
DSkBitmapFilter.h35 int filter_idx = int(sk_float_abs(x * fLookupMultiplier)); in lookupScalar()
/external/skia/include/core/
DSkScalar.h46 #define SkScalarAbs(x) sk_float_abs(x)
/external/skia/include/utils/
DSkMatrix44.h65 return sk_float_abs(x); in SkMScalarAbs()