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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.cpp59 FloatSize FloatSize::narrowPrecision(double width, double height) function in class:blink::FloatSize
H A DFloatPoint.cpp93 FloatPoint FloatPoint::narrowPrecision(double x, double y) function in class:blink::FloatPoint
H A DFloatPoint.h62 static FloatPoint narrowPrecision(double x, double y);
H A DFloatRect.h63 static FloatRect narrowPrecision(double x, double y, double width, double height);
H A DFloatSize.h54 static FloatSize narrowPrecision(double width, double height);
H A DFloatRect.cpp53 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height) function in class:blink::FloatRect
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPoint.cpp88 return FloatPoint::narrowPrecision(newX, newY);
H A DSVGTransform.cpp103 return FloatPoint::narrowPrecision(m_matrix.e(), m_matrix.f());
118 return FloatSize::narrowPrecision(m_matrix.a(), m_matrix.d());
H A DSVGTransformDistance.cpp169 translation += FloatSize::narrowPrecision(m_transform.e(), m_transform.f());
175 scale += FloatSize::narrowPrecision(m_transform.a(), m_transform.d());

Completed in 114 milliseconds