Home
last modified time | relevance | path

Searched defs:svgStyle (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp63 const SVGRenderStyle* svgStyle = object->style()->svgStyle(); in computeRectForRepaint() local
87 const SVGRenderStyle* svgStyle = style->svgStyle(); in prepareToRenderSVGContent() local
143 const SVGRenderStyle* svgStyle = style->svgStyle(); in finishRenderSVGContent() local
276 const SVGRenderStyle* svgStyle = style->svgStyle(); in intersectRepaintRectWithResources() local
326 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyStrokeStyleToContext() local
DRenderSVGPath.cpp222 const SVGRenderStyle* svgStyle = style()->svgStyle(); in paint() local
266 const SVGRenderStyle* svgStyle = style()->svgStyle(); in nodeAtFloatPoint() local
290 const SVGRenderStyle* svgStyle = style()->svgStyle(); in calculateMarkerBoundsIfNeeded() local
321 const SVGRenderStyle* svgStyle = style()->svgStyle(); in updateCachedBoundaries() local
DRenderSVGResourceSolidColor.cpp53 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in applyResource() local
DRenderSVGResourceClipper.cpp133 const SVGRenderStyle* svgStyle = style->svgStyle(); in pathOnlyClipping() local
256 SVGRenderStyle* svgStyle = newRenderStyle.get()->accessSVGStyle(); in drawContentIntoMaskImage() local
DRenderSVGResource.cpp41 const SVGRenderStyle* svgStyle = style->svgStyle(); in requestPaintingResource() local
DSVGResourcesCache.cpp46 const SVGRenderStyle* svgStyle = style->svgStyle(); in addResourcesFromRenderObject() local
DRenderSVGResourcePattern.cpp150 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource() local
DSVGRenderTreeAsText.cpp320 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeStyle() local
459 const SVGRenderStyle* svgStyle = textRenderer->style()->svgStyle(); in writeSVGInlineTextBox() local
714 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeResources() local
DRenderSVGResourceGradient.cpp214 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource() local
DRenderSVGText.cpp252 const SVGRenderStyle* svgStyle = style()->svgStyle(); in strokeBoundingBox() local
DSVGTextChunkBuilder.cpp101 const SVGRenderStyle* svgStyle = style->svgStyle(); in addTextChunk() local
DRenderSVGRoot.cpp290 const SVGRenderStyle* svgStyle = style()->svgStyle(); in computeRectForRepaint() local
DSVGInlineTextBox.cpp192 const SVGRenderStyle* svgStyle = style->svgStyle(); in paintSelectionBackground() local
272 const SVGRenderStyle* svgStyle = style->svgStyle(); in paint() local
DSVGTextLayoutEngine.cpp443 const SVGRenderStyle* svgStyle = style->svgStyle(); in layoutTextOnLineOrPath() local
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp76 const SVGRenderStyle* svgStyle = style->svgStyle(); in getSVGPropertyCSSValue() local
/external/webkit/Source/WebCore/svg/
DSVGStopElement.cpp104 const SVGRenderStyle* svgStyle = renderer()->style()->svgStyle(); in stopColorIncludingOpacity() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h1137 const SVGRenderStyle* svgStyle() const { return m_svgStyle.get(); } in svgStyle() function