OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_spreadMethod
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h
29
:
m_spreadMethod
(SVGSpreadMethodPad)
38
SVGSpreadMethodType spreadMethod() const { return static_cast<SVGSpreadMethodType>(
m_spreadMethod
); }
45
m_spreadMethod
= value;
77
unsigned
m_spreadMethod
: 2;
SVGGradientElement.cpp
56
,
m_spreadMethod
(SVGSpreadMethodPad)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.cpp
49
,
m_spreadMethod
(SpreadMethodPad)
62
,
m_spreadMethod
(SpreadMethodPad)
125
if (
m_spreadMethod
== spreadMethod)
128
m_spreadMethod
= spreadMethod;
234
switch (
m_spreadMethod
) {
Gradient.h
126
GradientSpreadMethod spreadMethod() { return
m_spreadMethod
; }
147
GradientSpreadMethod
m_spreadMethod
;
Completed in 56 milliseconds