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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.cpp 30 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType)
32 switch (paintType) {
53 SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri)
54 : SVGColor(SVGPaintClass, colorTypeForPaintType(paintType))
55 , m_paintType(paintType)
SVGPaint.idl 38 readonly attribute unsigned short paintType;
42 [StrictTypeChecking, RaisesException] void setPaint(unsigned short paintType, DOMString uri, DOMString rgbColor, DOMString iccColor);
SVGPaint.h 89 const SVGPaintType& paintType() const { return m_paintType; }
93 void setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const String& iccColor, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 38 , paintType(SVGRenderStyle::initialFillPaintType())
50 , paintType(other.paintType)
62 && paintType == other.paintType
76 , paintType(SVGRenderStyle::initialStrokePaintType())
92 , paintType(other.paintType)
108 && paintType == other.paintType
    [all...]
SVGRenderStyle.cpp 167 || stroke->paintType != other->stroke->paintType
195 if (fill->paintType != other->fill->paintType || fill->paintColor != other->fill->paintColor
SVGRenderStyleDefs.h 112 SVGPaint::SVGPaintType paintType;
142 SVGPaint::SVGPaintType paintType;
SVGRenderStyle.h 154 if (!(fill->paintType == type))
155 fill.access()->paintType = type;
180 if (!(stroke->paintType == type))
181 stroke.access()->paintType = type;
320 const SVGPaint::SVGPaintType& fillPaintType() const { return fill->paintType; }
324 const SVGPaint::SVGPaintType& strokePaintType() const { return stroke->paintType; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 79 SVGPaint::SVGPaintType paintType = applyToFill ? svgStyle->fillPaintType() : svgStyle->strokePaintType();
80 if (paintType == SVGPaint::SVG_PAINTTYPE_NONE)
84 switch (paintType) {
109 if (paintType < SVGPaint::SVG_PAINTTYPE_URI_NONE) {
120 if (paintType == SVGPaint::SVG_PAINTTYPE_URI_NONE || !inheritColorFromParentStyleIfNeeded(object, applyToFill, color))
SVGResources.cpp 157 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document* document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
159 if (paintType != SVGPaint::SVG_PAINTTYPE_URI && paintType != SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 65 if (paint->paintType() == SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR || paint->paintType() == SVGPaint::SVG_PAINTTYPE_URI_CURRENTCOLOR) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 157 milliseconds