Searched refs:m_pathSegRole (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSegListBuilder.cpp55 , m_pathSegRole(PathSegUndefinedRole)
64 m_pathSegList->append(m_pathElement->createSVGPathSegMovetoAbs(targetPoint.x(), targetPoint.y(), m_pathSegRole));
66 m_pathSegList->append(m_pathElement->createSVGPathSegMovetoRel(targetPoint.x(), targetPoint.y(), m_pathSegRole));
74 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoAbs(targetPoint.x(), targetPoint.y(), m_pathSegRole));
76 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoRel(targetPoint.x(), targetPoint.y(), m_pathSegRole));
84 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoHorizontalAbs(x, m_pathSegRole));
86 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoHorizontalRel(x, m_pathSegRole));
94 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoVerticalAbs(y, m_pathSegRole));
96 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoVerticalRel(y, m_pathSegRole));
104 m_pathSegList->append(m_pathElement->createSVGPathSegCurvetoCubicAbs(targetPoint.x(), targetPoint.y(), point1.x(), point1.y(), point2.x(), point2.y(), m_pathSegRole));
[all...]
H A DSVGPathSegListBuilder.h41 void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; }
50 m_pathSegRole = PathSegUndefinedRole;
69 SVGPathSegRole m_pathSegRole; member in class:WebCore::SVGPathSegListBuilder
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp55 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->role() == m_pathSegRole);
99 newItemWithContext->setContextAndRole(contextElement(), m_pathSegRole); local
H A DSVGPathSegListPropertyTearOff.h117 , m_pathSegRole(pathSegRole)
157 SVGPathSegRole m_pathSegRole; member in class:WebCore::SVGPathSegListPropertyTearOff

Completed in 125 milliseconds