HomeSort by relevance Sort by last modified time
    Searched refs:SVGRenderStyle (Results 1 - 25 of 47) sorted by null

1 2

  /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;
RenderSVGResourceFilterPrimitive.cpp 46 const SVGRenderStyle& newStyle = this->style()->svgStyle();
SVGResources.h 38 class SVGRenderStyle;
46 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();
152 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle& style, const UChar& character) const
RenderSVGResourceContainer.h 67 static AffineTransform computeResourceSpaceTransform(RenderObject*, const AffineTransform& baseTransform, const SVGRenderStyle&, unsigned short resourceMode);
RenderSVGResourceSolidColor.cpp 54 const SVGRenderStyle& svgStyle = style->svgStyle();
RenderSVGShape.cpp 257 const SVGRenderStyle& svgStyle = style()->svgStyle();
327 const SVGRenderStyle& svgStyle = style()->svgStyle();
423 const SVGRenderStyle& svgStyle = style()->svgStyle();
425 && svgStyle.strokeMiterLimit() == SVGRenderStyle::initialStrokeMiterLimit()
426 && svgStyle.joinStyle() == SVGRenderStyle::initialJoinStyle()
427 && svgStyle.capStyle() == SVGRenderStyle::initialCapStyle();
RenderSVGResource.cpp 46 const SVGRenderStyle& svgStyle = style->svgStyle();
57 colorResource->setColor(SVGRenderStyle::initialFillPaintColor());
RenderSVGPath.cpp 109 const SVGRenderStyle& svgStyle = style()->svgStyle();
ReferenceFilterBuilder.cpp 79 const SVGRenderStyle* svgStyle = style ? &style->svgStyle() : 0;
RenderSVGResourceGradient.cpp 107 const SVGRenderStyle& svgStyle = style->svgStyle();
RenderSVGResourceMasker.cpp 88 const SVGRenderStyle& svgStyle = style()->svgStyle();
SVGResourcesCache.cpp 45 const SVGRenderStyle& svgStyle = style->svgStyle();
SVGRenderSupport.cpp 319 const SVGRenderStyle& svgStyle = style->svgStyle();
348 const SVGRenderStyle& svgStyle = style->svgStyle();
RenderSVGResourceContainer.cpp 250 AffineTransform RenderSVGResourceContainer::computeResourceSpaceTransform(RenderObject* object, const AffineTransform& baseTransform, const SVGRenderStyle& svgStyle, unsigned short resourceMode)
RenderSVGResourcePattern.cpp 146 const SVGRenderStyle& svgStyle = style->svgStyle();
SVGRenderingContext.cpp 108 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"
34 SVGRenderStyle::SVGRenderStyle()
36 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault);
48 SVGRenderStyle::SVGRenderStyle(CreateDefaultType)
60 SVGRenderStyle::SVGRenderStyle(const SVGRenderStyle& other
    [all...]
SVGRenderStyle.h 37 class SVGRenderStyle : public RefCounted<SVGRenderStyle> {
39 static PassRefPtr<SVGRenderStyle> create() { return adoptRef(new SVGRenderStyle); }
40 PassRefPtr<SVGRenderStyle> copy() const { return adoptRef(new SVGRenderStyle(*this));}
41 ~SVGRenderStyle();
43 bool inheritedNotEqual(const SVGRenderStyle*) const;
44 void inheritFrom(const SVGRenderStyle*);
45 void copyNonInheritedFrom(const SVGRenderStyle*);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEFloodElement.cpp 27 #include "core/rendering/style/SVGRenderStyle.h"
62 const SVGRenderStyle& svgStyle = renderer->style()->svgStyle();
SVGStopElement.cpp 103 const SVGRenderStyle& svgStyle = style->svgStyle();
SVGFEDropShadowElement.cpp 26 #include "core/rendering/style/SVGRenderStyle.h"
101 const SVGRenderStyle& svgStyle = renderer->style()->svgStyle();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 120 const SVGRenderStyle& aSVG = a.svgStyle();
121 const SVGRenderStyle& bSVG = b.svgStyle();
211 const SVGRenderStyle& aSVG = a.svgStyle();
212 const SVGRenderStyle& bSVG = b.svgStyle();
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 125 const SVGRenderStyle& svgStyle = style->svgStyle();

Completed in 265 milliseconds

1 2