Home
last modified time | relevance | path

Searched defs:markerEnd (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResources.h55 … RenderSVGResourceMarker* markerEnd() const { return m_markerData ? m_markerData->markerEnd : 0; } in markerEnd() function
152 RenderSVGResourceMarker* markerEnd; member
DRenderSVGShape.cpp339 …esourceMarker* markerStart, RenderSVGResourceMarker* markerMid, RenderSVGResourceMarker* markerEnd) in markerForType()
363 RenderSVGResourceMarker* markerEnd = resources->markerEnd(); in markerRect() local
440 RenderSVGResourceMarker* markerEnd = resources->markerEnd(); in drawMarkers() local
DSVGResources.cpp571 bool SVGResources::setMarkerEnd(RenderSVGResourceMarker* markerEnd) in setMarkerEnd()
699 if (RenderSVGResourceMarker* markerEnd = m_markerData->markerEnd) in dump() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.h248 AtomicString markerEnd; variable