Searched defs:SVGPathBlender (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathBlender.h34 class SVGPathBlender { class in namespace:WebCore
35 WTF_MAKE_NONCOPYABLE(SVGPathBlender); WTF_MAKE_FAST_ALLOCATED;
37 SVGPathBlender();
H A DSVGPathBlender.cpp23 #include "SVGPathBlender.h"
29 SVGPathBlender::SVGPathBlender() function in class:WebCore::SVGPathBlender
48 float SVGPathBlender::blendAnimatedDimensonalFloat(float from, float to, FloatBlendMode blendMode)
67 FloatPoint SVGPathBlender::blendAnimatedFloatPoint(const FloatPoint& fromPoint, const FloatPoint& toPoint)
93 bool SVGPathBlender::blendMoveToSegment()
107 bool SVGPathBlender::blendLineToSegment()
121 bool SVGPathBlender::blendLineToHorizontalSegment()
135 bool SVGPathBlender::blendLineToVerticalSegment()
149 bool SVGPathBlender
[all...]

Completed in 35 milliseconds