Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp581 if (RenderObject* strokeObject = info.strokeServerMap.get(decoration)) { in paintDecoration() local
582 …rver* strokePaintServer = SVGPaintServer::strokePaintServer(strokeObject->style(), strokeObject)) { in paintDecoration()
583 context->addPath(pathForDecoration(decoration, strokeObject, tx, ty, width)); in paintDecoration()
584 strokePaintServer->draw(context, strokeObject, ApplyToStrokeTargetType); in paintDecoration()