Searched refs:markerEnd (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.h55 RenderSVGResourceMarker* markerEnd() const { return m_markerData ? m_markerData->markerEnd : 0; } function in class:WebCore::SVGResources
137 , markerEnd(0)
148 RenderSVGResourceMarker* markerEnd; member in struct:WebCore::SVGResources::MarkerData
H A DSVGResources.cpp318 if (m_markerData->markerEnd)
319 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
365 if (m_markerData->markerEnd == resource) {
366 m_markerData->markerEnd->removeAllClientsFromCache();
367 m_markerData->markerEnd = 0;
438 if (m_markerData->markerEnd)
439 set.add(m_markerData->markerEnd);
536 bool SVGResources::setMarkerEnd(RenderSVGResourceMarker* markerEnd) argument
538 if (!markerEnd)
541 ASSERT(markerEnd
[all...]
H A DSVGInlineFlowBox.cpp98 Vector<DocumentMarker>::iterator markerEnd = markers.end(); local
99 for (Vector<DocumentMarker>::iterator markerIt = markers.begin(); markerIt != markerEnd; ++markerIt) {
H A DSVGResourcesCycleSolver.cpp178 ASSERT(resourceLeadingToCycle == m_resources->markerStart() || resourceLeadingToCycle == m_resources->markerMid() || resourceLeadingToCycle == m_resources->markerEnd());
183 if (m_resources->markerEnd() == resourceLeadingToCycle)
H A DRenderSVGPath.cpp299 RenderSVGResourceMarker* markerEnd = resources->markerEnd(); local
300 if (!markerStart && !markerMid && !markerEnd)
303 return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path);
/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyleDefs.cpp206 , markerEnd(SVGRenderStyle::initialMarkerEndResource())
214 , markerEnd(other.markerEnd)
222 && markerEnd == other.markerEnd;
H A DSVGRenderStyle.h273 if (!(inheritedResources->markerEnd == obj))
274 inheritedResources.access()->markerEnd = obj;
316 String markerEndResource() const { return inheritedResources->markerEnd; }
H A DSVGRenderStyleDefs.h255 String markerEnd; member in class:WebCore::StyleInheritedResourceData

Completed in 636 milliseconds