HomeSort by relevance Sort by last modified time
    Searched refs:m_pathSegRole (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathSegListBuilder.cpp 48 , m_pathSegRole(PathSegUndefinedRole)
57 m_pathSegList->append(m_pathElement->createSVGPathSegMovetoAbs(targetPoint.x(), targetPoint.y(), m_pathSegRole));
59 m_pathSegList->append(m_pathElement->createSVGPathSegMovetoRel(targetPoint.x(), targetPoint.y(), m_pathSegRole));
67 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoAbs(targetPoint.x(), targetPoint.y(), m_pathSegRole));
69 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoRel(targetPoint.x(), targetPoint.y(), m_pathSegRole));
77 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoHorizontalAbs(x, m_pathSegRole));
79 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoHorizontalRel(x, m_pathSegRole));
87 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoVerticalAbs(y, m_pathSegRole));
89 m_pathSegList->append(m_pathElement->createSVGPathSegLinetoVerticalRel(y, m_pathSegRole));
97 m_pathSegList->append(m_pathElement->createSVGPathSegCurvetoCubicAbs(targetPoint.x(), targetPoint.y(), point1.x(), point1.y(), point2.x(), point2.y(), m_pathSegRole));
    [all...]
SVGPathSegListBuilder.h 41 void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; }
50 m_pathSegRole = PathSegUndefinedRole;
69 SVGPathSegRole m_pathSegRole;
  /external/webkit/Source/WebCore/svg/properties/
SVGPathSegListPropertyTearOff.cpp 53 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->role() == m_pathSegRole);
81 newItemWithContext->setContextAndRole(contextElement(), m_pathSegRole);
SVGPathSegListPropertyTearOff.h 134 , m_pathSegRole(pathSegRole)
154 SVGPathSegRole m_pathSegRole;

Completed in 2568 milliseconds