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

1 2

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 34 #include "SVGRenderStyle.h"
39 : opacity(SVGRenderStyle::initialFillOpacity())
40 , paint(SVGRenderStyle::initialFillPaint())
72 : opacity(SVGRenderStyle::initialStrokeOpacity())
73 , miterLimit(SVGRenderStyle::initialStrokeMiterLimit())
74 , width(SVGRenderStyle::initialStrokeWidth())
75 , dashOffset(SVGRenderStyle::initialStrokeDashOffset())
76 , dashArray(SVGRenderStyle::initialStrokeDashArray())
77 , paint(SVGRenderStyle::initialStrokePaint())
103 : opacity(SVGRenderStyle::initialStopOpacity()
    [all...]
SVGRenderStyle.cpp 31 #include "SVGRenderStyle.h"
43 SVGRenderStyle::SVGRenderStyle()
45 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault);
59 SVGRenderStyle::SVGRenderStyle(CreateDefaultType)
73 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*);
50 StyleDifference diff(const SVGRenderStyle*) const
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.h 32 class SVGRenderStyle;
41 float calculateBaselineShift(const SVGRenderStyle*, SVGElement* lengthContext) const;
43 float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& character) const;
SVGTextLayoutEngineSpacing.h 29 class SVGRenderStyle;
39 float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, const UChar* currentCharacter);
SVGTextLayoutEngineBaseline.cpp 27 #include "SVGRenderStyle.h"
38 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* lengthContext) const
68 const SVGRenderStyle* style = textRenderer->style()->svgStyle();
154 float SVGTextLayoutEngineBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
SVGResources.h 38 class SVGRenderStyle;
46 bool buildCachedResources(const RenderObject*, const SVGRenderStyle*);
RenderSVGResourceSolidColor.cpp 53 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
SVGTextLayoutEngine.h 38 class SVGRenderStyle;
SVGTextLayoutEngineSpacing.cpp 26 #include "SVGRenderStyle.h"
70 float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGElement* lengthContext, const UChar* currentCharacter)
SVGRenderSupport.cpp 63 const SVGRenderStyle* svgStyle = object->style()->svgStyle();
87 const SVGRenderStyle* svgStyle = style->svgStyle();
143 const SVGRenderStyle* svgStyle = style->svgStyle();
276 const SVGRenderStyle* svgStyle = style->svgStyle();
326 const SVGRenderStyle* svgStyle = style->svgStyle();
RenderSVGPath.cpp 222 const SVGRenderStyle* svgStyle = style()->svgStyle();
266 const SVGRenderStyle* svgStyle = style()->svgStyle();
290 const SVGRenderStyle* svgStyle = style()->svgStyle();
321 const SVGRenderStyle* svgStyle = style()->svgStyle();
RenderSVGResource.cpp 41 const SVGRenderStyle* svgStyle = style->svgStyle();
RenderSVGResourceFilterPrimitive.cpp 53 const SVGRenderStyle* newStyle = this->style()->svgStyle();
SVGResourcesCache.cpp 46 const SVGRenderStyle* svgStyle = style->svgStyle();
RenderSVGResourceClipper.cpp 133 const SVGRenderStyle* svgStyle = style->svgStyle();
256 SVGRenderStyle* svgStyle = newRenderStyle.get()->accessSVGStyle();
SVGInlineTextBox.cpp 192 const SVGRenderStyle* svgStyle = style->svgStyle();
202 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
272 const SVGRenderStyle* svgStyle = style->svgStyle();
282 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
508 const SVGRenderStyle* svgDecorationStyle = decorationStyle->svgStyle();
RenderSVGResourceGradient.cpp 214 const SVGRenderStyle* svgStyle = style->svgStyle();
RenderSVGResourcePattern.cpp 150 const SVGRenderStyle* svgStyle = style->svgStyle();
RenderSVGText.cpp 252 const SVGRenderStyle* svgStyle = style()->svgStyle();
SVGRenderTreeAsText.cpp 320 const SVGRenderStyle* svgStyle = style->svgStyle();
324 writeIfNotDefault(ts, "image rendering", svgStyle->imageRendering(), SVGRenderStyle::initialImageRendering());
459 const SVGRenderStyle* svgStyle = textRenderer->style()->svgStyle();
714 const SVGRenderStyle* svgStyle = style->svgStyle();
SVGTextChunkBuilder.cpp 101 const SVGRenderStyle* svgStyle = style->svgStyle();
  /external/webkit/Source/WebCore/svg/
SVGStopElement.cpp 104 const SVGRenderStyle* svgStyle = renderer()->style()->svgStyle();
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 42 #include "SVGRenderStyle.h"
59 svgstyle->set##Prop(SVGRenderStyle::initial##Prop()); \
112 SVGRenderStyle* svgstyle = m_style->accessSVGStyle();
SVGCSSComputedStyleDeclaration.cpp 76 const SVGRenderStyle* svgStyle = style->svgStyle();

Completed in 276 milliseconds

1 2