Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp63 const SVGRenderStyle* svgStyle = style->svgStyle(); in getSVGPropertyCSSValue() local
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerSolid.cpp65 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in setup() local
DSVGPaintServerPattern.cpp102 const SVGRenderStyle* svgStyle = style->svgStyle(); in setup() local
DSVGPaintServerGradient.cpp196 const SVGRenderStyle* svgStyle = style->svgStyle(); in setup() local
/external/webkit/WebCore/rendering/
DRenderSVGContainer.cpp72 const SVGRenderStyle* svgStyle = style()->svgStyle(); in selfWillPaint() local
DRenderPath.cpp297 const SVGRenderStyle* svgStyle = style()->svgStyle(); in calculateMarkerBoundsIfNeeded() local
DRenderSVGRoot.cpp112 const SVGRenderStyle* svgStyle = style()->svgStyle(); in selfWillPaint() local
DSVGRenderSupport.cpp94 const SVGRenderStyle* svgStyle = style->svgStyle(); in prepareToRenderSVGContent() local
DSVGCharacterLayoutInfo.cpp43 const SVGRenderStyle* svgStyle = item->style()->svgStyle(); in calculateBaselineShift() local
DSVGRootInlineBox.cpp173 static inline float glyphOrientationToAngle(const SVGRenderStyle* svgStyle, bool isVerticalText, co… in glyphOrientationToAngle()
324 const SVGRenderStyle* svgStyle = item->style()->svgStyle(); in calculateKerning() local
1208 const SVGRenderStyle* svgStyle = style->svgStyle(); in buildLayoutInformationForTextBox() local
DSVGRenderTreeAsText.cpp260 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeStyle() local
/external/webkit/WebCore/svg/
DSVGStyledElement.cpp225 const SVGRenderStyle* svgStyle = object->style()->svgStyle(); in invalidateResources() local
/external/webkit/WebCore/rendering/style/
DRenderStyle.h1036 const SVGRenderStyle* svgStyle() const { return m_svgStyle.get(); } in svgStyle() function