Searched refs:narrowPrecision (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatPoint.cpp | 62 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
|
D | FloatSize.cpp | 45 FloatSize FloatSize::narrowPrecision(double width, double height) in narrowPrecision() function in WebCore::FloatSize
|
D | FloatSize.h | 56 static FloatSize narrowPrecision(double width, double height);
|
D | FloatPoint.h | 76 static FloatPoint narrowPrecision(double x, double y);
|
D | FloatRect.h | 83 static FloatRect narrowPrecision(double x, double y, double width, double height);
|
D | FloatRect.cpp | 45 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height) in narrowPrecision() function in WebCore::FloatRect
|
/external/webkit/Source/WebCore/svg/ |
D | SVGTransform.cpp | 83 return FloatPoint::narrowPrecision(m_matrix.e(), m_matrix.f()); in translate() 98 return FloatSize::narrowPrecision(m_matrix.a(), m_matrix.d()); in scale()
|
D | SVGTransformDistance.cpp | 208 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/ |
D | ChangeLog-2007-10-14 | 19613 - Adds more narrowPrecision functions to FloatPoint, FloatSize and FloatRect. 19620 (WebCore::FloatPoint::narrowPrecision): 19623 (WebCore::FloatRect::narrowPrecision): 19626 (WebCore::FloatSize::narrowPrecision):
|