Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceSolidColor.cpp54 const SVGRenderStyle& svgStyle = style->svgStyle(); in applyResource() local
DRenderSVGShape.cpp257 const SVGRenderStyle& svgStyle = style()->svgStyle(); in paint() local
327 const SVGRenderStyle& svgStyle = style()->svgStyle(); in nodeAtFloatPointInternal() local
423 const SVGRenderStyle& svgStyle = style()->svgStyle(); in hasSmoothStroke() local
DRenderSVGResourceGradient.cpp107 const SVGRenderStyle& svgStyle = style->svgStyle(); in applyResource() local
DRenderSVGPath.cpp109 const SVGRenderStyle& svgStyle = style()->svgStyle(); in shapeDependentStrokeContains() local
DReferenceFilterBuilder.cpp79 const SVGRenderStyle* svgStyle = style ? &style->svgStyle() : 0; in getSVGElementColorSpace() local
DRenderSVGResource.cpp46 const SVGRenderStyle& svgStyle = style->svgStyle(); in requestPaintingResource() local
DSVGRenderSupport.cpp319 const SVGRenderStyle& svgStyle = style->svgStyle(); in applyStrokeStyleToContext() local
348 const SVGRenderStyle& svgStyle = style->svgStyle(); in applyStrokeStyleToStrokeData() local
DRenderSVGResourceMasker.cpp88 const SVGRenderStyle& svgStyle = style()->svgStyle(); in postApplyResource() local
DSVGRenderingContext.cpp108 const SVGRenderStyle& svgStyle = style->svgStyle(); in prepareToRenderSVGContent() local
DSVGRenderTreeAsText.cpp274 const SVGRenderStyle& svgStyle = style->svgStyle(); in writeStyle() local
408 const SVGRenderStyle& svgStyle = textRenderer.style()->svgStyle(); in writeSVGInlineTextBox() local
646 const SVGRenderStyle& svgStyle = style->svgStyle(); in writeResources() local
DSVGResourcesCache.cpp45 const SVGRenderStyle& svgStyle = style->svgStyle(); in addResourcesFromRenderObject() local
DRenderSVGResourcePattern.cpp146 const SVGRenderStyle& svgStyle = style->svgStyle(); in applyResource() local
DRenderSVGResourceContainer.cpp250 …(RenderObject* object, const AffineTransform& baseTransform, const SVGRenderStyle& svgStyle, unsig… in computeResourceSpaceTransform()
DSVGTextChunkBuilder.cpp93 const SVGRenderStyle& svgStyle = style->svgStyle(); in addTextChunk() local
DRenderSVGResourceClipper.cpp107 const SVGRenderStyle& svgStyle = style->svgStyle(); in tryPathOnlyClipping() local
DRenderSVGText.cpp477 const SVGRenderStyle& svgStyle = style()->svgStyle(); in strokeBoundingBox() local
DSVGTextLayoutEngine.cpp436 const SVGRenderStyle& svgStyle = style.svgStyle(); in layoutTextOnLineOrPath() local
DSVGInlineTextBox.cpp268 const SVGRenderStyle& svgStyle = style->svgStyle(); in paint() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEFloodElement.cpp62 const SVGRenderStyle& svgStyle = renderer->style()->svgStyle(); in build() local
DSVGStopElement.cpp103 const SVGRenderStyle& svgStyle = style->svgStyle(); in stopColorIncludingOpacity() local
DSVGFEDropShadowElement.cpp101 const SVGRenderStyle& svgStyle = renderer->style()->svgStyle(); in build() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp125 const SVGRenderStyle& svgStyle = style->svgStyle(); in getSVGPropertyCSSValue() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1122 SVGRenderStyle& svgStyle = state.style()->accessSVGStyle(); in applyInheritCSSPropertyBaselineShift() local
1130 SVGRenderStyle& svgStyle = state.style()->accessSVGStyle(); in applyValueCSSPropertyBaselineShift() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1417 const SVGRenderStyle& svgStyle() const { return *m_svgStyle.get(); } in svgStyle() function