Home | History | Annotate | Download | only in svg

Lines Matching refs:stroke

325         if (m_fillStrokeData->stroke)
326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
379 if (m_fillStrokeData->stroke == resource) {
380 m_fillStrokeData->stroke->removeAllClientsFromCache();
381 m_fillStrokeData->stroke = 0;
445 if (m_fillStrokeData->stroke)
446 set.add(m_fillStrokeData->stroke);
601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke)
603 if (!stroke)
606 ASSERT(stroke->resourceType() == PatternResourceType
607 || stroke->resourceType() == LinearGradientResourceType
608 || stroke->resourceType() == RadialGradientResourceType);
613 m_fillStrokeData->stroke = stroke;
620 ASSERT(m_fillStrokeData->stroke);
621 m_fillStrokeData->stroke = 0;
673 if (RenderSVGResourceContainer* stroke = m_fillStrokeData->stroke)
674 fprintf(stderr, " |-> Stroke : %p (node=%p)\n", stroke, stroke->node());