OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spreadMethod
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h
38
SVGSpreadMethodType
spreadMethod
() const { return static_cast<SVGSpreadMethodType>(m_spreadMethod); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.h
126
GradientSpreadMethod
spreadMethod
() { return m_spreadMethod; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp
459
static inline void writeCommonGradientProperties(TextStream& ts, SVGSpreadMethodType
spreadMethod
, const AffineTransform& gradientTransform, SVGUnitTypes::SVGUnitType gradientUnits)
463
if (
spreadMethod
!= SVGSpreadMethodPad)
464
ts << " [
spreadMethod
=" <<
spreadMethod
<< "]";
532
writeCommonGradientProperties(ts, attributes.
spreadMethod
(), attributes.gradientTransform(), attributes.gradientUnits());
542
writeCommonGradientProperties(ts, attributes.
spreadMethod
(), attributes.gradientTransform(), attributes.gradientUnits());
Completed in 599 milliseconds