Searched refs:markerStart (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.h53 RenderSVGResourceMarker* markerStart() const { return m_markerData ? m_markerData->markerStart : 0; } function in class:WebCore::SVGResources
135 : markerStart(0)
146 RenderSVGResourceMarker* markerStart; member in struct:WebCore::SVGResources::MarkerData
H A DSVGResources.cpp314 if (m_markerData->markerStart)
315 m_markerData->markerStart->removeClientFromCache(object, markForInvalidation);
357 if (m_markerData->markerStart == resource) {
358 m_markerData->markerStart->removeAllClientsFromCache();
359 m_markerData->markerStart = 0;
434 if (m_markerData->markerStart)
435 set.add(m_markerData->markerStart);
494 bool SVGResources::setMarkerStart(RenderSVGResourceMarker* markerStart) argument
496 if (!markerStart)
499 ASSERT(markerStart
[all...]
H A DSVGResourcesCycleSolver.cpp178 ASSERT(resourceLeadingToCycle == m_resources->markerStart() || resourceLeadingToCycle == m_resources->markerMid() || resourceLeadingToCycle == m_resources->markerEnd());
179 if (m_resources->markerStart() == resourceLeadingToCycle)
H A DRenderSVGPath.cpp297 RenderSVGResourceMarker* markerStart = resources->markerStart();
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.cpp204 : markerStart(SVGRenderStyle::initialMarkerStartResource())
212 , markerStart(other.markerStart)
220 return markerStart == other.markerStart
H A DSVGRenderStyle.h261 if (!(inheritedResources->markerStart == obj))
262 inheritedResources.access()->markerStart = obj;
314 String markerStartResource() const { return inheritedResources->markerStart; }
H A DSVGRenderStyleDefs.h253 String markerStart; member in class:WebCore::StyleInheritedResourceData

Completed in 808 milliseconds