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

/external/chromium_org/third_party/WebKit/Source/core/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.cpp21 #include "core/svg/SVGPathBlender.h"
30 SVGPathBlender::SVGPathBlender() function in class:WebCore::SVGPathBlender
46 float SVGPathBlender::blendAnimatedDimensonalFloat(float from, float to, FloatBlendMode blendMode)
70 FloatPoint SVGPathBlender::blendAnimatedFloatPoint(const FloatPoint& fromPoint, const FloatPoint& toPoint)
103 bool SVGPathBlender::blendMoveToSegment()
117 bool SVGPathBlender::blendLineToSegment()
131 bool SVGPathBlender::blendLineToHorizontalSegment()
145 bool SVGPathBlender::blendLineToVerticalSegment()
159 bool SVGPathBlender
[all...]

Completed in 79 milliseconds