Home
last modified time | relevance | path

Searched refs:isStroked (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/svg/graphics/
DSVGPaintServerPattern.cpp104 bool isStroked = (type & ApplyToStrokeTargetType) && svgStyle->hasStroke(); in setup() local
106 ASSERT((isFilled && !isStroked) || (!isFilled && isStroked)); in setup()
150 if (isStroked) { in setup()
DSVGPaintServerGradient.cpp198 bool isStroked = (type & ApplyToStrokeTargetType) && svgStyle->hasStroke(); in setup() local
200 ASSERT((isFilled && !isStroked) || (!isFilled && isStroked)); in setup()
219 if (isStroked) { in setup()
/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp553 bool isStroked = info.strokeServerMap.contains(decoration); in paintDecoration() local
555 if (!isFilled && !isStroked) in paintDecoration()
580 if (isStroked) { in paintDecoration()
/external/webkit/WebCore/
DChangeLog-2006-12-3127255 (WebCore::RenderPath::nodeAtPoint): use isFilled and isStroked
27260 (WebCore::KSVGPainterFactory::isStroked): remove null check
27302 (WebCore::KSVGPainterFactory::isStroked):
30760 (WebCore::KSVGPainterFactory::isStroked):
DChangeLog-2006-05-1032257 (KCanvasRenderingStyle::isStroked):
36187 (KCanvasRenderingStyle::isStroked):