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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMarkerElement.idl 45 readonly attribute SVGAnimatedLength markerWidth;
SVGMarkerElement.h 67 SVGAnimatedLength* markerWidth() const { return m_markerWidth.get(); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.cpp 179 float w = marker->markerWidth()->currentValue()->value(lengthContext);

Completed in 1179 milliseconds