Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp51 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in applyResource() local
DRenderSVGShape.cpp264 const SVGRenderStyle* svgStyle = style()->svgStyle(); in paint() local
337 const SVGRenderStyle* svgStyle = style()->svgStyle(); in nodeAtFloatPointInternal() local
433 const SVGRenderStyle* svgStyle = style()->svgStyle(); in hasSmoothStroke() local
DRenderSVGPath.cpp109 const SVGRenderStyle* svgStyle = style()->svgStyle(); in shapeDependentStrokeContains() local
DRenderSVGResourceGradient.cpp123 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource() local
DReferenceFilterBuilder.cpp78 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in getSVGElementColorSpace() local
DSVGRenderSupport.cpp356 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyStrokeStyleToContext() local
385 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyStrokeStyleToStrokeData() local
DRenderSVGResource.cpp55 const SVGRenderStyle* svgStyle = style->svgStyle(); in requestPaintingResource() local
DSVGRenderTreeAsText.cpp253 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeStyle() local
386 const SVGRenderStyle* svgStyle = textRenderer->style()->svgStyle(); in writeSVGInlineTextBox() local
623 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeResources() local
DRenderSVGResourceMasker.cpp90 const SVGRenderStyle* svgStyle = style()->svgStyle(); in postApplyResource() local
DSVGRenderingContext.cpp111 const SVGRenderStyle* svgStyle = style->svgStyle(); in prepareToRenderSVGContent() local
DSVGResourcesCache.cpp45 const SVGRenderStyle* svgStyle = style->svgStyle(); in addResourcesFromRenderObject() local
DRenderSVGResourcePattern.cpp156 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource() local
DSVGTextChunkBuilder.cpp100 const SVGRenderStyle* svgStyle = style->svgStyle(); in addTextChunk() local
DRenderSVGResourceClipper.cpp105 const SVGRenderStyle* svgStyle = style->svgStyle(); in tryPathOnlyClipping() local
DSVGTextLayoutEngine.cpp432 const SVGRenderStyle* svgStyle = style->svgStyle(); in layoutTextOnLineOrPath() local
DRenderSVGText.cpp507 const SVGRenderStyle* svgStyle = style()->svgStyle(); in strokeBoundingBox() local
DSVGInlineTextBox.cpp286 const SVGRenderStyle* svgStyle = style->svgStyle(); in paint() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEFloodElement.cpp67 const SVGRenderStyle* svgStyle = renderer->style()->svgStyle(); in build() local
DSVGStopElement.cpp117 const SVGRenderStyle* svgStyle = style->svgStyle(); in stopColorIncludingOpacity() local
DSVGFEDropShadowElement.cpp160 const SVGRenderStyle* svgStyle = renderer->style()->svgStyle(); in build() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp105 const SVGRenderStyle* svgStyle = style->svgStyle(); in getSVGPropertyCSSValue() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp2046 SVGRenderStyle* svgStyle = state.style()->accessSVGStyle(); in oldApplyProperty() local
2076 SVGRenderStyle* svgStyle = state.style()->accessSVGStyle(); in oldApplyProperty() local
2094 SVGRenderStyle* svgStyle = state.style()->accessSVGStyle(); in oldApplyProperty() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1364 const SVGRenderStyle* svgStyle() const { return m_svgStyle.get(); } in svgStyle() function