Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGResources.h55 … RenderSVGResourceMarker* markerEnd() const { return m_markerData ? m_markerData->markerEnd : 0; } in markerEnd() function
148 RenderSVGResourceMarker* markerEnd; member
DSVGResources.cpp536 bool SVGResources::setMarkerEnd(RenderSVGResourceMarker* markerEnd) in setMarkerEnd()
666 if (RenderSVGResourceMarker* markerEnd = m_markerData->markerEnd) in dump() local
DSVGInlineFlowBox.cpp98 Vector<DocumentMarker>::iterator markerEnd = markers.end(); in computeTextMatchMarkerRectForRenderer() local
DRenderSVGPath.cpp299 RenderSVGResourceMarker* markerEnd = resources->markerEnd(); in calculateMarkerBoundsIfNeeded() local
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyleDefs.h255 String markerEnd; variable