Searched refs:bSVG (Results 1 – 1 of 1) sorted by relevance
121 const SVGRenderStyle& bSVG = b.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 …ntType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkFillPaintColor() == bSVG.visitedLinkFillPain… in propertiesEqual()212 const SVGRenderStyle& bSVG = b.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 …Type() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkStrokePaintColor() == bSVG.visitedLinkStrokePa… in propertiesEqual()