Searched refs:markerMid (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResources.cpp | 317 if (RenderSVGResourceMarker* marker = m_markerData->markerMid) in layoutIfNeeded() 359 if (m_markerData->markerMid) in removeClientFromCache() 360 m_markerData->markerMid->removeClientFromCache(object, markForInvalidation); in removeClientFromCache() 404 if (m_markerData->markerMid == resource) { in resourceDestroyed() 405 m_markerData->markerMid->removeAllClientsFromCache(); in resourceDestroyed() 406 m_markerData->markerMid = 0; in resourceDestroyed() 473 if (m_markerData->markerMid) in buildSetOfResources() 474 set.add(m_markerData->markerMid); in buildSetOfResources() 550 bool SVGResources::setMarkerMid(RenderSVGResourceMarker* markerMid) in setMarkerMid() argument 552 if (!markerMid) in setMarkerMid() [all …]
|
D | RenderSVGShape.cpp | 200 return resources->markerStart() || resources->markerMid() || resources->markerEnd(); in shouldGenerateMarkerPositions() 339 …pe type, RenderSVGResourceMarker* markerStart, RenderSVGResourceMarker* markerMid, RenderSVGResour… in markerForType() argument 345 return markerMid; in markerForType() 362 RenderSVGResourceMarker* markerMid = resources->markerMid(); in markerRect() local 364 ASSERT(markerStart || markerMid || markerEnd); in markerRect() 369 …sourceMarker* marker = markerForType(m_markerPositions[i].type, markerStart, markerMid, markerEnd)) in markerRect() 439 RenderSVGResourceMarker* markerMid = resources->markerMid(); in drawMarkers() local 441 if (!markerStart && !markerMid && !markerEnd) in drawMarkers() 447 …sourceMarker* marker = markerForType(m_markerPositions[i].type, markerStart, markerMid, markerEnd)) in drawMarkers()
|
D | SVGResources.h | 54 … RenderSVGResourceMarker* markerMid() const { return m_markerData ? m_markerData->markerMid : 0; } in markerMid() function 140 , markerMid(0) in MarkerData() 151 RenderSVGResourceMarker* markerMid; member
|
D | SVGResourcesCycleSolver.cpp | 143 …== m_resources->markerStart() || resourceLeadingToCycle == m_resources->markerMid() || resourceLea… in breakCycle() 146 if (m_resources->markerMid() == resourceLeadingToCycle) in breakCycle()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 184 , markerMid(SVGRenderStyle::initialMarkerMidResource()) in StyleInheritedResourceData() 192 , markerMid(other.markerMid) in StyleInheritedResourceData() 200 && markerMid == other.markerMid in operator ==()
|
D | SVGRenderStyle.h | 276 if (!(inheritedResources->markerMid == obj)) in setMarkerMidResource() 277 inheritedResources.access()->markerMid = obj; in setMarkerMidResource() 326 const AtomicString& markerMidResource() const { return inheritedResources->markerMid; } in markerMidResource()
|
D | SVGRenderStyleDefs.h | 247 AtomicString markerMid; variable
|