m_pathSegRole 64 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegMovetoAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegRole 66 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegMovetoRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegRole 74 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegRole 76 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegRole 84 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoHorizontalAbs::create(m_pathElement, m_pathSegRole, x)); m_pathSegRole 86 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoHorizontalRel::create(m_pathElement, m_pathSegRole, x)); m_pathSegRole 94 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoVerticalAbs::create(m_pathElement, m_pathSegRole, y)); m_pathSegRole 96 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegLinetoVerticalRel::create(m_pathElement, m_pathSegRole, y)); m_pathSegRole 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_pathSegRole 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_pathSegRole 114 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoCubicSmoothAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point2.x(), point2.y())); m_pathSegRole 116 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoCubicSmoothRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point2.x(), point2.y())); m_pathSegRole 124 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point1.x(), point1.y())); m_pathSegRole 126 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y(), point1.x(), point1.y())); m_pathSegRole 134 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticSmoothAbs::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegRole 136 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegCurvetoQuadraticSmoothRel::create(m_pathElement, m_pathSegRole, targetPoint.x(), targetPoint.y())); m_pathSegRole 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_pathSegRole 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_pathSegRole 153 Source/core/svg/SVGPathSegListBuilder.cpp m_pathSegList->appendWithoutByteStreamSync(SVGPathSegClosePath::create(m_pathElement, m_pathSegRole)); m_pathSegRole 41 Source/core/svg/SVGPathSegListBuilder.h void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; } m_pathSegRole 50 Source/core/svg/SVGPathSegListBuilder.h m_pathSegRole = PathSegUndefinedRole; m_pathSegRole 69 Source/core/svg/SVGPathSegListBuilder.h SVGPathSegRole m_pathSegRole;