/external/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 39 : 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 …]
|
D | SVGRenderStyle.cpp | 43 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()
|
D | SVGRenderStyle.h | 41 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/ |
D | SVGTextLayoutEngineBaseline.h | 32 class SVGRenderStyle; variable 41 float calculateBaselineShift(const SVGRenderStyle*, SVGElement* lengthContext) const; 43 …float calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle*, const UChar& char…
|
D | SVGTextLayoutEngineSpacing.h | 29 class SVGRenderStyle; variable 39 …float calculateCSSKerningAndSpacing(const SVGRenderStyle*, SVGElement* lengthContext, const UChar*…
|
D | SVGRenderSupport.cpp | 63 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()
|
D | SVGTextLayoutEngineBaseline.cpp | 38 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()
|
D | RenderSVGPath.cpp | 222 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()
|
D | SVGResources.h | 38 class SVGRenderStyle; variable 46 bool buildCachedResources(const RenderObject*, const SVGRenderStyle*);
|
D | SVGInlineTextBox.cpp | 192 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()
|
D | SVGTextLayoutEngine.h | 38 class SVGRenderStyle; variable
|
D | RenderSVGResourceSolidColor.cpp | 53 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in applyResource()
|
D | SVGTextLayoutEngineSpacing.cpp | 70 float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGEle… in calculateCSSKerningAndSpacing()
|
D | SVGRenderTreeAsText.cpp | 320 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()
|
D | RenderSVGResourceClipper.cpp | 133 const SVGRenderStyle* svgStyle = style->svgStyle(); in pathOnlyClipping() 256 SVGRenderStyle* svgStyle = newRenderStyle.get()->accessSVGStyle(); in drawContentIntoMaskImage()
|
D | RenderSVGResourceFilterPrimitive.cpp | 53 const SVGRenderStyle* newStyle = this->style()->svgStyle(); in styleDidChange()
|
D | RenderSVGResource.cpp | 41 const SVGRenderStyle* svgStyle = style->svgStyle(); in requestPaintingResource()
|
D | SVGResourcesCache.cpp | 46 const SVGRenderStyle* svgStyle = style->svgStyle(); in addResourcesFromRenderObject()
|
D | RenderSVGText.cpp | 252 const SVGRenderStyle* svgStyle = style()->svgStyle(); in strokeBoundingBox()
|
D | SVGTextChunkBuilder.cpp | 101 const SVGRenderStyle* svgStyle = style->svgStyle(); in addTextChunk()
|
D | RenderSVGResourceGradient.cpp | 214 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource()
|
D | RenderSVGResourcePattern.cpp | 150 const SVGRenderStyle* svgStyle = style->svgStyle(); in applyResource()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGStopElement.cpp | 104 const SVGRenderStyle* svgStyle = renderer()->style()->svgStyle(); in stopColorIncludingOpacity()
|
/external/webkit/Source/WebCore/css/ |
D | SVGCSSStyleSelector.cpp | 59 svgstyle->set##Prop(SVGRenderStyle::initial##Prop()); \ 112 SVGRenderStyle* svgstyle = m_style->accessSVGStyle(); in applySVGProperty()
|
D | SVGCSSComputedStyleDeclaration.cpp | 76 const SVGRenderStyle* svgStyle = style->svgStyle(); in getSVGPropertyCSSValue()
|