OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableSVGPaint.h
51
SVGPaint::SVGPaintType
paintType
() const { return m_type; };
/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))
/external/chromium_org/third_party/WebKit/Source/core/svg/
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.h
123
SVGPaint::SVGPaintType
paintType
;
153
SVGPaint::SVGPaintType
paintType
;
Completed in 60 milliseconds