m_pathSegList 61 Source/core/svg/SVGPathElement.cpp addToPropertyMap(m_pathSegList); m_pathSegList 205 Source/core/svg/SVGPathElement.cpp m_pathSegList->setBaseValueAsString(value, parseError); m_pathSegList 267 Source/core/svg/SVGPathElement.cpp m_pathSegList->baseValue()->clearByteStream(); m_pathSegList 85 Source/core/svg/SVGPathElement.h SVGPathSegListTearOff* pathSegList() { return m_pathSegList->baseVal(); } m_pathSegList 86 Source/core/svg/SVGPathElement.h SVGPathSegListTearOff* animatedPathSegList() { return m_pathSegList->animVal(); } m_pathSegList 92 Source/core/svg/SVGPathElement.h const SVGPathByteStream* pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); } m_pathSegList 113 Source/core/svg/SVGPathElement.h RefPtr<SVGAnimatedPath> m_pathSegList; m_pathSegList 54 Source/core/svg/SVGPathSegListBuilder.cpp , m_pathSegList(nullptr) m_pathSegList 62 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 64 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegMovetoAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegList 66 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegMovetoRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegList 72 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 74 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegList 76 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegList 82 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 84 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoHorizontalAbs::create(m_pathElement, m_pathSegRole, x)); m_pathSegList 86 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoHorizontalRel::create(m_pathElement, m_pathSegRole, x)); m_pathSegList 92 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 94 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoVerticalAbs::create(m_pathElement, m_pathSegRole, y)); m_pathSegList 96 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoVerticalRel::create(m_pathElement, m_pathSegRole, y)); m_pathSegList 102 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 104 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoCubicAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point1.x(), point1.y(), point2.x(), point2.y())); m_pathSegList 106 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoCubicRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point1.x(), point1.y(), point2.x(), point2.y())); m_pathSegList 112 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 114 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoCubicSmoothAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point2.x(), point2.y())); m_pathSegList 116 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoCubicSmoothRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point2.x(), point2.y())); m_pathSegList 122 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 124 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point1.x(), point1.y())); m_pathSegList 126 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point1.x(), point1.y())); m_pathSegList 132 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 134 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticSmoothAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegList 136 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticSmoothRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegList 142 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 144 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegArcAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), r1, r2, angle, largeArcFlag, sweepFlag)); m_pathSegList 146 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegArcRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), r1, r2, angle, largeArcFlag, sweepFlag)); m_pathSegList 152 Source/core/svg/SVGPathSegListBuilder.cpp ASSERT(m_pathSegList); m_pathSegList 153 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegClosePath::create(m_pathElement, m_pathSegRole)); m_pathSegList 40 Source/core/svg/SVGPathSegListBuilder.h void setCurrentSVGPathSegList(PassRefPtr<SVGPathSegList> pathSegList) { m_pathSegList = pathSegList; } m_pathSegList 49 Source/core/svg/SVGPathSegListBuilder.h m_pathSegList = nullptr; m_pathSegList 68 Source/core/svg/SVGPathSegListBuilder.h RefPtr<SVGPathSegList> m_pathSegList;