Home
last modified time | relevance | path

Searched refs:narrowPrecision (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.cpp62 return narrowPrecision(newX, newY); in matrixTransform()
69 return narrowPrecision(newX, newY); in matrixTransform()
72 FloatPoint FloatPoint::narrowPrecision(double x, double y) in narrowPrecision() function in WebCore::FloatPoint
DFloatSize.cpp45 FloatSize FloatSize::narrowPrecision(double width, double height) in narrowPrecision() function in WebCore::FloatSize
DFloatSize.h56 static FloatSize narrowPrecision(double width, double height);
DFloatPoint.h76 static FloatPoint narrowPrecision(double x, double y);
DFloatRect.h83 static FloatRect narrowPrecision(double x, double y, double width, double height);
DFloatRect.cpp45 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height) in narrowPrecision() function in WebCore::FloatRect
/external/webkit/Source/WebCore/svg/
DSVGTransform.cpp83 return FloatPoint::narrowPrecision(m_matrix.e(), m_matrix.f()); in translate()
98 return FloatSize::narrowPrecision(m_matrix.a(), m_matrix.d()); in scale()
DSVGTransformDistance.cpp208 translation += FloatSize::narrowPrecision(m_transform.e(), m_transform.f()); in addToSVGTransform()
214 scale += FloatSize::narrowPrecision(m_transform.a(), m_transform.d()); in addToSVGTransform()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1419613 - Adds more narrowPrecision functions to FloatPoint, FloatSize and FloatRect.
19620 (WebCore::FloatPoint::narrowPrecision):
19623 (WebCore::FloatRect::narrowPrecision):
19626 (WebCore::FloatSize::narrowPrecision):