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

  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 29 #include "SVGRenderStyle.h"
43 SVGRenderStyle::SVGRenderStyle()
45 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault);
60 SVGRenderStyle::SVGRenderStyle(CreateDefaultType)
75 SVGRenderStyle::SVGRenderStyle(const SVGRenderStyle& other
    [all...]
SVGRenderStyleDefs.cpp 32 #include "SVGRenderStyle.h"
38 paint = SVGRenderStyle::initialFillPaint();
39 opacity = SVGRenderStyle::initialFillOpacity();
71 width = SVGRenderStyle::initialStrokeWidth();
72 paint = SVGRenderStyle::initialStrokePaint();
73 opacity = SVGRenderStyle::initialStrokeOpacity();
74 miterLimit = SVGRenderStyle::initialStrokeMiterLimit();
75 dashOffset = SVGRenderStyle::initialStrokeDashOffset();
76 dashArray = SVGRenderStyle::initialStrokeDashArray();
102 color = SVGRenderStyle::initialStopColor()
    [all...]
SVGRenderStyle.h 42 class SVGRenderStyle : public RefCounted<SVGRenderStyle> {
44 static PassRefPtr<SVGRenderStyle> create() { return adoptRef(new SVGRenderStyle); }
45 PassRefPtr<SVGRenderStyle> copy() const { return adoptRef(new SVGRenderStyle(*this));}
46 ~SVGRenderStyle();
48 bool inheritedNotEqual(const SVGRenderStyle*) const;
49 void inheritFrom(const SVGRenderStyle*);
55 bool operator==(const SVGRenderStyle&) const
    [all...]
RenderStyle.h 85 #include "SVGRenderStyle.h"
153 DataRef<SVGRenderStyle> m_svgStyle;
    [all...]
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerSolid.cpp 65 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0;
SVGPaintServer.cpp 156 context->setStrokeThickness(SVGRenderStyle::cssPrimitiveToLength(object, style->svgStyle()->strokeWidth(), 1.0f));
163 float dashOffset = SVGRenderStyle::cssPrimitiveToLength(object, style->svgStyle()->strokeDashOffset(), 0.0f);
183 const SVGRenderStyle* style = path ? path->style()->svgStyle() : 0;
SVGPaintServerPattern.cpp 102 const SVGRenderStyle* svgStyle = style->svgStyle();
SVGPaintServerGradient.cpp 196 const SVGRenderStyle* svgStyle = style->svgStyle();
  /external/webkit/WebCore/css/
SVGCSSStyleSelector.cpp 42 #include "SVGRenderStyle.h"
59 svgstyle->set##Prop(SVGRenderStyle::initial##Prop());
113 SVGRenderStyle* svgstyle = m_style->accessSVGStyle();
487 svgstyle->setFloodColor(SVGRenderStyle::initialFloodColor());
SVGCSSComputedStyleDeclaration.cpp 63 const SVGRenderStyle* svgStyle = style->svgStyle();
  /external/webkit/WebCore/rendering/
RenderSVGContainer.cpp 72 const SVGRenderStyle* svgStyle = style()->svgStyle();
SVGRenderTreeAsText.cpp 260 const SVGRenderStyle* svgStyle = style->svgStyle();
264 writeIfNotDefault(ts, "image rendering", svgStyle->imageRendering(), SVGRenderStyle::initialImageRendering());
275 double dashOffset = SVGRenderStyle::cssPrimitiveToLength(&path, svgStyle->strokeDashOffset(), 0.0f);
277 double strokeWidth = SVGRenderStyle::cssPrimitiveToLength(&path, svgStyle->strokeWidth(), 1.0f);
RenderPath.cpp 297 const SVGRenderStyle* svgStyle = style()->svgStyle();
324 float strokeWidth = SVGRenderStyle::cssPrimitiveToLength(this, svgStyle->strokeWidth(), 1.0f);
SVGRootInlineBox.cpp 55 static inline bool isVerticalWritingMode(const SVGRenderStyle* style)
64 const SVGRenderStyle* style = text->style() ? text->style()->svgStyle() : 0;
67 const SVGRenderStyle* parentStyle = text->parent() && text->parent()->style() ? text->parent()->style()->svgStyle() : 0;
124 const SVGRenderStyle* style = text->style() ? text->style()->svgStyle() : 0;
127 const SVGRenderStyle* parentStyle = text->parent() && text->parent()->style() ? text->parent()->style()->svgStyle() : 0;
173 static inline float glyphOrientationToAngle(const SVGRenderStyle* svgStyle, bool isVerticalText, const UChar& character)
324 const SVGRenderStyle* svgStyle = item->style()->svgStyle();
    [all...]
RenderSVGRoot.cpp 112 const SVGRenderStyle* svgStyle = style()->svgStyle();
RenderSVGText.cpp 190 float strokeWidth = SVGRenderStyle::cssPrimitiveToLength(this, style()->svgStyle()->strokeWidth(), 1.0f);
SVGRenderSupport.cpp 94 const SVGRenderStyle* svgStyle = style->svgStyle();
SVGCharacterLayoutInfo.cpp 43 const SVGRenderStyle* svgStyle = item->style()->svgStyle();
SVGInlineTextBox.cpp 530 float thickness = SVGRenderStyle::cssPrimitiveToLength(object, object->style()->svgStyle()->strokeWidth(), 1.0f);
  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 39 #include "SVGRenderStyle.h"
225 const SVGRenderStyle* svgStyle = object->style()->svgStyle();
SVGFont.cpp 53 static inline bool isVerticalWritingMode(const SVGRenderStyle* style)
  /external/webkit/WebCore/
Android.mk 709 rendering/style/SVGRenderStyle.cpp \

Completed in 490 milliseconds