Home
last modified time | relevance | path

Searched refs:SVGRenderStyle (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyleDefs.cpp39 : opacity(SVGRenderStyle::initialFillOpacity()) in StyleFillData()
40 , paint(SVGRenderStyle::initialFillPaint()) in StyleFillData()
72 : opacity(SVGRenderStyle::initialStrokeOpacity()) in StyleStrokeData()
73 , miterLimit(SVGRenderStyle::initialStrokeMiterLimit()) in StyleStrokeData()
74 , width(SVGRenderStyle::initialStrokeWidth()) in StyleStrokeData()
75 , dashOffset(SVGRenderStyle::initialStrokeDashOffset()) in StyleStrokeData()
76 , dashArray(SVGRenderStyle::initialStrokeDashArray()) in StyleStrokeData()
77 , paint(SVGRenderStyle::initialStrokePaint()) in StyleStrokeData()
103 : opacity(SVGRenderStyle::initialStopOpacity()) in StyleStopData()
104 , color(SVGRenderStyle::initialStopColor()) in StyleStopData()
[all …]
DSVGRenderStyle.cpp43 SVGRenderStyle::SVGRenderStyle() in SVGRenderStyle() function in WebCore::SVGRenderStyle
45 static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault); in SVGRenderStyle()
59 SVGRenderStyle::SVGRenderStyle(CreateDefaultType) in SVGRenderStyle() function in WebCore::SVGRenderStyle
73 SVGRenderStyle::SVGRenderStyle(const SVGRenderStyle& other) in SVGRenderStyle() function in WebCore::SVGRenderStyle
74 : RefCounted<SVGRenderStyle>() in SVGRenderStyle()
89 SVGRenderStyle::~SVGRenderStyle() in ~SVGRenderStyle()
93 bool SVGRenderStyle::operator==(const SVGRenderStyle& other) const in operator ==()
107 bool SVGRenderStyle::inheritedNotEqual(const SVGRenderStyle* other) const in inheritedNotEqual()
116 void SVGRenderStyle::inheritFrom(const SVGRenderStyle* svgInheritParent) in inheritFrom()
129 StyleDifference SVGRenderStyle::diff(const SVGRenderStyle* other) const in diff()
DSVGRenderStyle.h41 class SVGRenderStyle : public RefCounted<SVGRenderStyle> {
43 static PassRefPtr<SVGRenderStyle> create() { return adoptRef(new SVGRenderStyle); } in create()
44 PassRefPtr<SVGRenderStyle> copy() const { return adoptRef(new SVGRenderStyle(*this));} in copy()
45 ~SVGRenderStyle();
47 bool inheritedNotEqual(const SVGRenderStyle*) const;
48 void inheritFrom(const SVGRenderStyle*);
50 StyleDifference diff(const SVGRenderStyle*) const;
52 bool operator==(const SVGRenderStyle&) const;
53 bool operator!=(const SVGRenderStyle& o) const { return !(*this == o); }
400 SVGRenderStyle();
[all …]
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineBaseline.h32 class SVGRenderStyle; variable
41 float calculateBaselineShift(const SVGRenderStyle*, SVGElement* lengthContext) const;
43 …float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& char…
DSVGTextLayoutEngineSpacing.h29 class SVGRenderStyle; variable
39 …float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, const UChar*…
DSVGRenderSupport.cpp63 const SVGRenderStyle* svgStyle = object->style()->svgStyle(); in computeRectForRepaint()
87 const SVGRenderStyle* svgStyle = style->svgStyle(); in prepareToRenderSVGContent()
143 const SVGRenderStyle* svgStyle = style->svgStyle(); in finishRenderSVGContent()
276 const SVGRenderStyle* svgStyle = style->svgStyle(); in intersectRepaintRectWithResources()
326 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyStrokeStyleToContext()
DSVGTextLayoutEngineBaseline.cpp38 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* … in calculateBaselineShift()
68 const SVGRenderStyle* style = textRenderer->style()->svgStyle(); in dominantBaselineToAlignmentBaseline()
154 …eBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const … in calculateGlyphOrientationAngle()
DRenderSVGPath.cpp222 const SVGRenderStyle* svgStyle = style()->svgStyle(); in paint()
266 const SVGRenderStyle* svgStyle = style()->svgStyle(); in nodeAtFloatPoint()
290 const SVGRenderStyle* svgStyle = style()->svgStyle(); in calculateMarkerBoundsIfNeeded()
321 const SVGRenderStyle* svgStyle = style()->svgStyle(); in updateCachedBoundaries()
DSVGResources.h38 class SVGRenderStyle; variable
46 bool buildCachedResources(const RenderObject*, const SVGRenderStyle*);
DSVGInlineTextBox.cpp192 const SVGRenderStyle* svgStyle = style->svgStyle(); in paintSelectionBackground()
202 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle(); in paintSelectionBackground()
272 const SVGRenderStyle* svgStyle = style->svgStyle(); in paint()
282 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle(); in paint()
508 const SVGRenderStyle* svgDecorationStyle = decorationStyle->svgStyle(); in paintDecoration()
DSVGTextLayoutEngine.h38 class SVGRenderStyle; variable
DRenderSVGResourceSolidColor.cpp53 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in applyResource()
DSVGTextLayoutEngineSpacing.cpp70 float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGEle… in calculateCSSKerningAndSpacing()
DSVGRenderTreeAsText.cpp320 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeStyle()
324 …writeIfNotDefault(ts, "image rendering", svgStyle->imageRendering(), SVGRenderStyle::initialImageR… in writeStyle()
459 const SVGRenderStyle* svgStyle = textRenderer->style()->svgStyle(); in writeSVGInlineTextBox()
714 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeResources()
DRenderSVGResourceClipper.cpp133 const SVGRenderStyle* svgStyle = style->svgStyle(); in pathOnlyClipping()
256 SVGRenderStyle* svgStyle = newRenderStyle.get()->accessSVGStyle(); in drawContentIntoMaskImage()
DRenderSVGResourceFilterPrimitive.cpp53 const SVGRenderStyle* newStyle = this->style()->svgStyle(); in styleDidChange()
DRenderSVGResource.cpp41 const SVGRenderStyle* svgStyle = style->svgStyle(); in requestPaintingResource()
DSVGResourcesCache.cpp46 const SVGRenderStyle* svgStyle = style->svgStyle(); in addResourcesFromRenderObject()
DRenderSVGText.cpp252 const SVGRenderStyle* svgStyle = style()->svgStyle(); in strokeBoundingBox()
DSVGTextChunkBuilder.cpp101 const SVGRenderStyle* svgStyle = style->svgStyle(); in addTextChunk()
DRenderSVGResourceGradient.cpp214 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource()
DRenderSVGResourcePattern.cpp150 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource()
/external/webkit/Source/WebCore/svg/
DSVGStopElement.cpp104 const SVGRenderStyle* svgStyle = renderer()->style()->svgStyle(); in stopColorIncludingOpacity()
/external/webkit/Source/WebCore/css/
DSVGCSSStyleSelector.cpp59 svgstyle->set##Prop(SVGRenderStyle::initial##Prop()); \
112 SVGRenderStyle* svgstyle = m_style->accessSVGStyle(); in applySVGProperty()
DSVGCSSComputedStyleDeclaration.cpp76 const SVGRenderStyle* svgStyle = style->svgStyle(); in getSVGPropertyCSSValue()

12