HomeSort by relevance Sort by last modified time
    Searched defs:SVGMarkerLayoutInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
SVGMarkerLayoutInfo.cpp 27 #include "SVGMarkerLayoutInfo.h"
34 SVGMarkerLayoutInfo::SVGMarkerLayoutInfo()
41 SVGMarkerLayoutInfo::~SVGMarkerLayoutInfo()
47 SVGMarkerLayoutInfo& info = *reinterpret_cast<SVGMarkerLayoutInfo*>(infoPtr);
69 FloatRect SVGMarkerLayoutInfo::calculateBoundaries(SVGResourceMarker* startMarker, SVGResourceMarker* midMarker, SVGResourceMarker* endMarker, float strokeWidth, const Path& path)
102 void SVGMarkerLayoutInfo::drawMarkers(RenderObject::PaintInfo& paintInfo)
116 void SVGMarkerLayoutInfo::addLayoutedMarker(SVGResourceMarker* marker, const FloatPoint& origin, float angle
    [all...]
SVGMarkerLayoutInfo.h 45 class SVGMarkerLayoutInfo : public Noncopyable {
47 SVGMarkerLayoutInfo();
48 ~SVGMarkerLayoutInfo();
53 // Used by static inline helper functions in SVGMarkerLayoutInfo.cpp

Completed in 654 milliseconds