Searched refs:narrowPrecision (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatPoint.cpp68 return narrowPrecision(newX, newY);
75 return narrowPrecision(newX, newY);
78 FloatPoint FloatPoint::narrowPrecision(double x, double y) function in class:WebCore::FloatPoint
H A DFloatSize.cpp57 FloatSize FloatSize::narrowPrecision(double width, double height) function in class:WebCore::FloatSize
H A DFloatPoint.h62 static FloatPoint narrowPrecision(double x, double y);
H A DFloatSize.h60 static FloatSize narrowPrecision(double width, double height);
H A DFloatRect.cpp45 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height) function in class:WebCore::FloatRect
H A DFloatRect.h67 static FloatRect narrowPrecision(double x, double y, double width, double height);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTransform.cpp83 return FloatPoint::narrowPrecision(m_matrix.e(), m_matrix.f());
98 return FloatSize::narrowPrecision(m_matrix.a(), m_matrix.d());
H A DSVGTransformDistance.cpp177 translation += FloatSize::narrowPrecision(m_transform.e(), m_transform.f());
183 scale += FloatSize::narrowPrecision(m_transform.a(), m_transform.d());

Completed in 202 milliseconds