Searched refs:aSVG (Results 1 – 1 of 1) sorted by relevance
120 const SVGRenderStyle& aSVG = a.svgStyle(); in propertiesEqual() local122 return aSVG.fillPaintType() == bSVG.fillPaintType() in propertiesEqual()123 …&& (aSVG.fillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor… in propertiesEqual()124 && aSVG.visitedLinkFillPaintType() == bSVG.visitedLinkFillPaintType() in propertiesEqual()125 …&& (aSVG.visitedLinkFillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkFillPaintColor() … in propertiesEqual()211 const SVGRenderStyle& aSVG = a.svgStyle(); in propertiesEqual() local213 return aSVG.strokePaintType() == bSVG.strokePaintType() in propertiesEqual()214 …&& (aSVG.strokePaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.strokePaintColor() == bSVG.strokePain… in propertiesEqual()215 && aSVG.visitedLinkStrokePaintType() == bSVG.visitedLinkStrokePaintType() in propertiesEqual()216 …&& (aSVG.visitedLinkStrokePaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkStrokePaintColo… in propertiesEqual()