Home
last modified time | relevance | path

Searched refs:markerUnits (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMarker.h59 …SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(element())->markerUnits()->curr… in markerUnits() function
DRenderSVGResourceMarker.cpp124 …bool useStrokeWidth = marker->markerUnits()->currentValue()->enumValue() == SVGMarkerUnitsStrokeWi… in markerTransformation()
DSVGRenderTreeAsText.cpp525 writeNameValuePair(ts, "markerUnits", marker->markerUnits()); in writeSVGResourceContainer()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMarkerElement.h68 SVGAnimatedEnumeration<SVGMarkerUnitsType>* markerUnits() { return m_markerUnits.get(); } in markerUnits() function
DSVGMarkerElement.idl44 readonly attribute SVGAnimatedEnumeration markerUnits;
DSVGAttributeNames.in111 markerUnits