HomeSort by relevance Sort by last modified time
    Searched refs:narrowPrecision (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.cpp 45 FloatSize FloatSize::narrowPrecision(double width, double height)
FloatPoint.cpp 62 return narrowPrecision(newX, newY);
69 return narrowPrecision(newX, newY);
72 FloatPoint FloatPoint::narrowPrecision(double x, double y)
FloatPoint.h 76 static FloatPoint narrowPrecision(double x, double y);
FloatSize.h 56 static FloatSize narrowPrecision(double width, double height);
FloatRect.cpp 45 FloatRect FloatRect::narrowPrecision(double x, double y, double width, double height)
FloatRect.h 83 static FloatRect narrowPrecision(double x, double y, double width, double height);
  /external/webkit/Source/WebCore/svg/
SVGTransform.cpp 83 return FloatPoint::narrowPrecision(m_matrix.e(), m_matrix.f());
98 return FloatSize::narrowPrecision(m_matrix.a(), m_matrix.d());
SVGTransformDistance.cpp 208 translation += FloatSize::narrowPrecision(m_transform.e(), m_transform.f());
214 scale += FloatSize::narrowPrecision(m_transform.a(), m_transform.d());

Completed in 93 milliseconds