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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp580 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint, CSSGradientType type) function in namespace:WebCore
655 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);
687 endPointsFromAngle(angle, size, firstPoint, secondPoint, m_gradientType);

Completed in 77 milliseconds