HomeSort by relevance Sort by last modified time
    Searched defs:paintType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableSVGPaint.h 57 SVGPaintType paintType() const { return m_type; };
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 69 SVGPaintType paintType = applyToFill ? svgStyle.fillPaintType() : svgStyle.strokePaintType();
70 ASSERT(paintType != SVG_PAINTTYPE_NONE);
74 switch (paintType) {
99 if (paintType < SVG_PAINTTYPE_URI_NONE) {
100 // |paintType| will be either <current-color> or <rgb-color> here - both of which will have a color.
113 if (paintType == SVG_PAINTTYPE_URI_NONE || !hasColor)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h 129 SVGPaintType paintType;
159 SVGPaintType paintType;

Completed in 172 milliseconds