/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextLayoutEngineBaseline.h | 31 class SVGRenderStyle; 40 float calculateBaselineShift(const SVGRenderStyle*, SVGElement* lengthContext) const; 42 float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& character) const;
|
SVGTextLayoutEngineSpacing.h | 28 class SVGRenderStyle; 38 float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, UChar currentCharacter);
|
RenderSVGResourceFilterPrimitive.cpp | 46 const SVGRenderStyle* newStyle = this->style()->svgStyle();
|
SVGResources.h | 37 class SVGRenderStyle; 45 static PassOwnPtr<SVGResources> buildResources(const RenderObject*, const SVGRenderStyle*);
|
SVGTextLayoutEngineBaseline.cpp | 25 #include "core/rendering/style/SVGRenderStyle.h" 38 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* contextElement) const 69 const SVGRenderStyle* style = textRenderer->style()->svgStyle(); 155 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
|
RenderSVGResourceSolidColor.cpp | 51 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
|
SVGTextLayoutEngine.h | 37 class SVGRenderStyle;
|
SVGTextLayoutEngineSpacing.cpp | 24 #include "core/rendering/style/SVGRenderStyle.h" 82 float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGElement* contextElement, UChar currentCharacter)
|
RenderSVGResource.cpp | 44 const SVGRenderStyle* parentSVGStyle = object->parent()->style()->svgStyle(); 55 const SVGRenderStyle* svgStyle = style->svgStyle(); 68 colorResource->setColor(SVGRenderStyle::initialFillPaintColor());
|
RenderSVGPath.cpp | 109 const SVGRenderStyle* svgStyle = style()->svgStyle();
|
RenderSVGShape.cpp | 264 const SVGRenderStyle* svgStyle = style()->svgStyle(); 337 const SVGRenderStyle* svgStyle = style()->svgStyle(); 433 const SVGRenderStyle* svgStyle = style()->svgStyle();
|
ReferenceFilterBuilder.cpp | 78 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
|
RenderSVGResourceGradient.cpp | 123 const SVGRenderStyle* svgStyle = style->svgStyle();
|
RenderSVGResourceMasker.cpp | 90 const SVGRenderStyle* svgStyle = style()->svgStyle();
|
SVGRenderSupport.cpp | 356 const SVGRenderStyle* svgStyle = style->svgStyle(); 385 const SVGRenderStyle* svgStyle = style->svgStyle();
|
RenderSVGResourcePattern.cpp | 156 const SVGRenderStyle* svgStyle = style->svgStyle();
|
SVGRenderingContext.cpp | 111 const SVGRenderStyle* svgStyle = style->svgStyle();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
SVGRenderStyleDefs.cpp | 32 #include "core/rendering/style/SVGRenderStyle.h" 37 : opacity(SVGRenderStyle::initialFillOpacity()) 38 , paintType(SVGRenderStyle::initialFillPaintType()) 39 , paintColor(SVGRenderStyle::initialFillPaintColor()) 40 , paintUri(SVGRenderStyle::initialFillPaintUri()) 41 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType()) 42 , visitedLinkPaintColor(SVGRenderStyle::initialFillPaintColor()) 43 , visitedLinkPaintUri(SVGRenderStyle::initialFillPaintUri()) 71 : opacity(SVGRenderStyle::initialStrokeOpacity()) 72 , miterLimit(SVGRenderStyle::initialStrokeMiterLimit() [all...] |
SVGRenderStyle.cpp | 30 #include "core/rendering/style/SVGRenderStyle.h" 37 SVGRenderStyle::SVGRenderStyle() 39 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault); 52 SVGRenderStyle::SVGRenderStyle(CreateDefaultType) 65 SVGRenderStyle::SVGRenderStyle(const SVGRenderStyle& other [all...] |
SVGRenderStyle.h | 41 class SVGRenderStyle : public RefCounted<SVGRenderStyle> { 43 static PassRefPtr<SVGRenderStyle> create() { return adoptRef(new SVGRenderStyle); } 44 PassRefPtr<SVGRenderStyle> copy() const { return adoptRef(new SVGRenderStyle(*this));} 45 ~SVGRenderStyle(); 47 bool inheritedNotEqual(const SVGRenderStyle*) const; 48 void inheritFrom(const SVGRenderStyle*); 49 void copyNonInheritedFrom(const SVGRenderStyle*); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFEFloodElement.cpp | 27 #include "core/rendering/style/SVGRenderStyle.h" 67 const SVGRenderStyle* svgStyle = renderer->style()->svgStyle();
|
SVGStopElement.cpp | 117 const SVGRenderStyle* svgStyle = style->svgStyle();
|
SVGFEDropShadowElement.cpp | 26 #include "core/rendering/style/SVGRenderStyle.h" 160 const SVGRenderStyle* svgStyle = renderer->style()->svgStyle();
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleBuilderCustom.cpp | 77 #include "core/rendering/style/SVGRenderStyle.h" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
SVGCSSComputedStyleDeclaration.cpp | 105 const SVGRenderStyle* svgStyle = style->svgStyle();
|