Home
last modified time | relevance | path

Searched refs:sk_double_to_float (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkPoint.cpp65 mag = sk_double_to_float(dmag); in set_point_length()
89 return sk_double_to_float(sqrt(xx * xx + yy * yy)); in Length()
DSkMatrix.cpp601 return sk_double_to_float((double)a * b + (double)c * d); in muladdmul()
748 if (SkScalarNearlyZero(sk_double_to_float(det), in sk_inv_determinant()
DSkGeometry.cpp1635 return sk_double_to_float(sqrt(sk_ieee_double_divide(w1 * w1, w0 * w2))); in TransformW()
/third_party/skia/include/core/
DSkScalar.h63 #define SkDoubleToScalar(x) sk_double_to_float(x)
/third_party/skia/include/private/
DSkFloatingPoint.h172 static inline float sk_double_to_float(double x) { in sk_double_to_float() function