Searched refs:markerUnits (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.h59 SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(element())->markerUnits()->currentValue()->enumValue(); } function in class:blink::FINAL
67 // acording to SVGs markerUnits="strokeWidth" concept, when a strokeWidth value != -1 is passed in.
H A DRenderSVGResourceMarker.cpp124 bool useStrokeWidth = marker->markerUnits()->currentValue()->enumValue() == SVGMarkerUnitsStrokeWidth;
H A DSVGRenderTreeAsText.cpp526 writeNameValuePair(ts, "markerUnits", marker->markerUnits());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.idl44 readonly attribute SVGAnimatedEnumeration markerUnits;
H A DSVGMarkerElement.h69 SVGAnimatedEnumeration<SVGMarkerUnitsType>* markerUnits() { return m_markerUnits.get(); } function in class:blink::FINAL

Completed in 617 milliseconds