Searched refs:SVGPathConsumer (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGPathConsumer.h | 44 class SVGPathConsumer { 45 WTF_MAKE_NONCOPYABLE(SVGPathConsumer); WTF_MAKE_FAST_ALLOCATED; 47 SVGPathConsumer() { } in SVGPathConsumer() function 67 virtual ~SVGPathConsumer() { } in ~SVGPathConsumer()
|
D | SVGPathBlender.h | 39 bool blendAnimatedPath(float, SVGPathSource*, SVGPathSource*, SVGPathConsumer*); 58 SVGPathConsumer* m_consumer;
|
D | SVGPathParser.h | 42 void setCurrentConsumer(SVGPathConsumer* consumer) { m_consumer = consumer; } in setCurrentConsumer() 60 SVGPathConsumer* m_consumer;
|
D | SVGPathStringBuilder.h | 30 class SVGPathStringBuilder : public SVGPathConsumer {
|
D | SVGPathTraversalStateBuilder.h | 31 class SVGPathTraversalStateBuilder : public SVGPathConsumer {
|
D | SVGPathBuilder.h | 34 class SVGPathBuilder : public SVGPathConsumer {
|
D | SVGPathSegListBuilder.h | 35 class SVGPathSegListBuilder : public SVGPathConsumer {
|
D | SVGPathByteStreamBuilder.h | 32 class SVGPathByteStreamBuilder : public SVGPathConsumer {
|
D | SVGPathParserFactory.cpp | 92 static SVGPathParser* globalSVGPathParser(SVGPathSource* source, SVGPathConsumer* consumer) in globalSVGPathParser()
|
D | SVGPathBlender.cpp | 276 …Path(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) in blendAnimatedPath()
|
/external/webkit/Source/WebCore/ |
D | WebCore.pro | 2377 svg/SVGPathConsumer.h \
|
D | GNUmakefile.list.am | 3439 Source/WebCore/svg/SVGPathConsumer.h \
|
D | GNUmakefile.am | 3416 Source/WebCore/svg/SVGPathConsumer.h \
|
D | WebCore.gypi | 5763 'svg/SVGPathConsumer.h',
|
D | ChangeLog-2010-12-06 | 66711 * svg/SVGPathConsumer.h: 76315 Move the getPathSegAtLength logic from SVGPathSegList into a new SVGPathConsumer 76336 * svg/SVGPathConsumer.h: 83496 * svg/SVGPathConsumer.h: 83950 * svg/SVGPathConsumer.h: 97009 …arser parses a path data string and delivers the parsed segments and values to the SVGPathConsumer. 97010 …SVGPathConsumer is the base class for SVGPathBuilder and SVGPathSegListBuilder, that either build … 97057 * svg/SVGPathConsumer.h: Added. Base class of SVGPathBuilder and SVGPathSegListBuilder. 97059 (WebCore::SVGPathConsumer::SVGPathConsumer): 97060 (WebCore::SVGPathConsumer::~SVGPathConsumer):
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1785 …EC11DF6A2900555B02 /* SVGPathConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8476C9E911D… 8401 …2900555B02 /* SVGPathConsumer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 17548 8476C9E911DF6A2900555B02 /* SVGPathConsumer.h */, 22654 8476C9EC11DF6A2900555B02 /* SVGPathConsumer.h in Headers */,
|