Searched defs:bSVG (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp121 const SVGRenderStyle& bSVG = b.svgStyle(); local
122 return aSVG.fillPaintType() == bSVG.fillPaintType()
123 && (aSVG.fillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor())
124 && aSVG.visitedLinkFillPaintType() == bSVG.visitedLinkFillPaintType()
125 && (aSVG.visitedLinkFillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkFillPaintColor() == bSVG.visitedLinkFillPaintColor());
212 const SVGRenderStyle& bSVG = b.svgStyle(); local
213 return aSVG.strokePaintType() == bSVG.strokePaintType()
214 && (aSVG.strokePaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.strokePaintColor() == bSVG.strokePaintColor())
215 && aSVG.visitedLinkStrokePaintType() == bSVG.visitedLinkStrokePaintType()
216 && (aSVG.visitedLinkStrokePaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkStrokePaintColor() == bSVG
[all...]

Completed in 72 milliseconds