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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h 59 SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(element())->markerUnits()->currentValue()->enumValue(); }
67 // acording to SVGs markerUnits="strokeWidth" concept, when a strokeWidth value != -1 is passed in.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMarkerElement.h 69 SVGAnimatedEnumeration<SVGMarkerUnitsType>* markerUnits() { return m_markerUnits.get(); }

Completed in 83 milliseconds