HomeSort by relevance Sort by last modified time
    Searched refs:paintColor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 39 , paintColor(SVGRenderStyle::initialFillPaintColor())
51 , paintColor(other.paintColor)
63 && paintColor == other.paintColor
77 , paintColor(SVGRenderStyle::initialStrokePaintColor())
93 , paintColor(other.paintColor)
109 && paintColor == other.paintColor
    [all...]
SVGRenderStyle.cpp 167 || stroke->paintColor != other->stroke->paintColor
197 if (fill->paintType != other->fill->paintType || fill->paintColor != other->fill->paintColor
SVGRenderStyleDefs.h 124 Color paintColor;
154 Color paintColor;
SVGRenderStyle.h 158 if (!(fill->paintColor == color))
159 fill.access()->paintColor = color;
184 if (!(stroke->paintColor == color))
185 stroke.access()->paintColor = color;
323 const Color& fillPaintColor() const { return fill->paintColor; }
327 const Color& strokePaintColor() const { return stroke->paintColor; }

Completed in 987 milliseconds