Home
last modified time | relevance | path

Searched refs:SVGPathConsumer (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathConsumer.h44 class SVGPathConsumer {
45 WTF_MAKE_NONCOPYABLE(SVGPathConsumer); WTF_MAKE_FAST_ALLOCATED;
47 SVGPathConsumer() { } in SVGPathConsumer() function
67 virtual ~SVGPathConsumer() { } in ~SVGPathConsumer()
DSVGPathBlender.h39 bool blendAnimatedPath(float, SVGPathSource*, SVGPathSource*, SVGPathConsumer*);
58 SVGPathConsumer* m_consumer;
DSVGPathParser.h42 void setCurrentConsumer(SVGPathConsumer* consumer) { m_consumer = consumer; } in setCurrentConsumer()
60 SVGPathConsumer* m_consumer;
DSVGPathStringBuilder.h30 class SVGPathStringBuilder : public SVGPathConsumer {
DSVGPathTraversalStateBuilder.h31 class SVGPathTraversalStateBuilder : public SVGPathConsumer {
DSVGPathBuilder.h34 class SVGPathBuilder : public SVGPathConsumer {
DSVGPathSegListBuilder.h35 class SVGPathSegListBuilder : public SVGPathConsumer {
DSVGPathByteStreamBuilder.h32 class SVGPathByteStreamBuilder : public SVGPathConsumer {
DSVGPathParserFactory.cpp92 static SVGPathParser* globalSVGPathParser(SVGPathSource* source, SVGPathConsumer* consumer) in globalSVGPathParser()
DSVGPathBlender.cpp276 …Path(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) in blendAnimatedPath()
/external/webkit/Source/WebCore/
DWebCore.pro2377 svg/SVGPathConsumer.h \
DGNUmakefile.list.am3439 Source/WebCore/svg/SVGPathConsumer.h \
DGNUmakefile.am3416 Source/WebCore/svg/SVGPathConsumer.h \
DWebCore.gypi5763 'svg/SVGPathConsumer.h',
DChangeLog-2010-12-0666711 * 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.
97010SVGPathConsumer 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/
Dproject.pbxproj1785 …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 */,