narrowPrecision    97 Source/core/svg/SVGPoint.cpp     return FloatPoint::narrowPrecision(newX, newY);
narrowPrecision   103 Source/core/svg/SVGTransform.cpp     return FloatPoint::narrowPrecision(m_matrix.e(), m_matrix.f());
narrowPrecision   118 Source/core/svg/SVGTransform.cpp     return FloatSize::narrowPrecision(m_matrix.a(), m_matrix.d());
narrowPrecision   169 Source/core/svg/SVGTransformDistance.cpp         translation += FloatSize::narrowPrecision(m_transform.e(), m_transform.f());
narrowPrecision   175 Source/core/svg/SVGTransformDistance.cpp         scale += FloatSize::narrowPrecision(m_transform.a(), m_transform.d());
narrowPrecision    62 Source/platform/geometry/FloatPoint.h     static FloatPoint narrowPrecision(double x, double y);
narrowPrecision    65 Source/platform/geometry/FloatRect.h     static FloatRect narrowPrecision(double x, double y, double width, double height);
narrowPrecision    54 Source/platform/geometry/FloatSize.h     static FloatSize narrowPrecision(double width, double height);