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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGPaint.cpp 39 if (paintType() == SVGPaint::SVG_PAINTTYPE_RGBCOLOR && svgPaint->paintType() == SVGPaint::SVG_PAINTTYPE_RGBCOLOR) {
49 if (paintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR || svgPaint->paintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR) {
59 return paintType() == svgPaint->paintType()
AnimatableSVGPaint.h 51 SVGPaint::SVGPaintType paintType() const { return m_type; };
AnimatableValueTestHelper.cpp 129 if (animSVGPaint.paintType() == SVGPaint::SVG_PAINTTYPE_RGBCOLOR)
131 else if (animSVGPaint.paintType() == SVGPaint::SVG_PAINTTYPE_URI)
134 *os << animSVGPaint.paintType();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.cpp 29 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType)
31 switch (paintType) {
52 SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri)
53 : SVGColor(SVGPaintClass, colorTypeForPaintType(paintType))
54 , 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 166 || stroke->paintType != other->stroke->paintType
197 if (fill->paintType != other->fill->paintType || fill->paintColor != other->fill->paintColor
SVGRenderStyleDefs.h 123 SVGPaint::SVGPaintType paintType;
153 SVGPaint::SVGPaintType paintType;
SVGRenderStyle.h 156 if (!(fill->paintType == type))
157 fill.access()->paintType = type;
182 if (!(stroke->paintType == type))
183 stroke.access()->paintType = type;
322 const SVGPaint::SVGPaintType& fillPaintType() const { return fill->paintType; }
326 const SVGPaint::SVGPaintType& strokePaintType() const { return stroke->paintType; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 80 SVGPaint::SVGPaintType paintType = applyToFill ? svgStyle->fillPaintType() : svgStyle->strokePaintType();
81 if (paintType == SVGPaint::SVG_PAINTTYPE_NONE)
85 switch (paintType) {
111 if (paintType < SVGPaint::SVG_PAINTTYPE_URI_NONE) {
122 if (paintType == SVGPaint::SVG_PAINTTYPE_URI_NONE || !inheritColorFromParentStyleIfNeeded(object, applyToFill, color))
SVGResources.cpp 155 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document& document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
157 if (paintType != SVGPaint::SVG_PAINTTYPE_URI && paintType != SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 86 if (paint->paintType() == SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR || paint->paintType() == SVGPaint::SVG_PAINTTYPE_URI_CURRENTCOLOR)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 332 style->accessSVGStyle()->setFillPaint(svgPaint->paintType(), svgPaint->color(), svgPaint->uri());
460 style->accessSVGStyle()->setStrokePaint(svgPaint->paintType(), svgPaint->color(), svgPaint->uri());
StyleBuilderCustom.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 95 milliseconds