OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathBlender
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPathBlender.h
34
class
SVGPathBlender
{
35
WTF_MAKE_NONCOPYABLE(
SVGPathBlender
); WTF_MAKE_FAST_ALLOCATED;
37
SVGPathBlender
();
SVGPathBlender.cpp
23
#include "
SVGPathBlender
.h"
29
SVGPathBlender
::
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
::blendCurveToCubicSegment(
[
all
...]
Completed in 20 milliseconds