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

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableSVGPaint.cpp 39 return (paintType() != SVG_PAINTTYPE_RGBCOLOR || svgPaint->paintType() != SVG_PAINTTYPE_RGBCOLOR)
51 return create(paintType(), visitedLinkPaintType(), color, uri(), visitedLinkURI());
52 return create(svgPaint->paintType(), svgPaint->visitedLinkPaintType(), color, svgPaint->uri(), svgPaint->visitedLinkURI());
58 return paintType() == svgPaint->paintType()
AnimatableSVGPaint.h 57 SVGPaintType paintType() const { return m_type; };
  /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 168 || stroke->paintType != other->stroke->paintType
198 if (fill->paintType != other->fill->paintType
SVGRenderStyleDefs.h 129 SVGPaintType paintType;
159 SVGPaintType paintType;
SVGRenderStyle.h 145 if (!(fill->paintType == type))
146 fill.access()->paintType = type;
171 if (!(stroke->paintType == type))
172 stroke.access()->paintType = type;
305 const SVGPaintType& fillPaintType() const { return fill->paintType; }
309 const SVGPaintType& strokePaintType() const { return stroke->paintType; }
  /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)
SVGResources.cpp 164 static inline bool svgPaintTypeHasURL(SVGPaintType paintType)
166 switch (paintType) {
178 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(TreeScope& treeScope, const SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
180 if (!svgPaintTypeHasURL(paintType))
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 85 static PassRefPtrWillBeRawPtr<CSSValue> adjustSVGPaintForCurrentColor(SVGPaintType paintType, const String& url, const Color& color, const Color& currentColor)
87 if (paintType >= SVG_PAINTTYPE_URI_NONE) {
90 if (paintType == SVG_PAINTTYPE_URI_NONE)
92 else if (paintType == SVG_PAINTTYPE_URI_CURRENTCOLOR)
94 else if (paintType == SVG_PAINTTYPE_URI_RGBCOLOR)
98 if (paintType == SVG_PAINTTYPE_NONE)
100 if (paintType == SVG_PAINTTYPE_CURRENTCOLOR)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 355 style->accessSVGStyle().setFillPaint(svgPaint->paintType(), svgPaint->color(), svgPaint->uri(), true, false);
487 style->accessSVGStyle().setStrokePaint(svgPaint->paintType(), svgPaint->color(), svgPaint->uri(), true, false);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 298 milliseconds