Home
last modified time | relevance | path

Searched refs:incrementPathSegmentCount (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathStringBuilder.h36 virtual void incrementPathSegmentCount() { } in incrementPathSegmentCount() function
DSVGPathConsumer.h48 virtual void incrementPathSegmentCount() = 0;
DSVGPathTraversalStateBuilder.h38 virtual void incrementPathSegmentCount();
DSVGPathBuilder.h41 virtual void incrementPathSegmentCount() { } in incrementPathSegmentCount() function
DSVGPathSegListBuilder.h44 virtual void incrementPathSegmentCount() { } in incrementPathSegmentCount() function
DSVGPathTraversalStateBuilder.cpp73 void SVGPathTraversalStateBuilder::incrementPathSegmentCount() in incrementPathSegmentCount() function in WebCore::SVGPathTraversalStateBuilder
DSVGPathByteStreamBuilder.h39 virtual void incrementPathSegmentCount() { } in incrementPathSegmentCount() function
DSVGPathParser.cpp385 m_consumer->incrementPathSegmentCount(); in parsePathDataFromSource()