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

  /external/webkit/Source/WebCore/svg/
GradientAttributes.h 32 : m_spreadMethod(SpreadMethodPad)
41 GradientSpreadMethod spreadMethod() const { return m_spreadMethod; }
48 m_spreadMethod = value;
77 GradientSpreadMethod m_spreadMethod;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 61 switch (m_spreadMethod) {
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 131 GradientSpreadMethod spreadMethod() { return m_spreadMethod; }
165 GradientSpreadMethod m_spreadMethod;
Gradient.cpp 45 , m_spreadMethod(SpreadMethodPad)
59 , m_spreadMethod(SpreadMethodPad)
215 m_spreadMethod = spreadMethod;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GradientQt.cpp 99 switch (m_spreadMethod) {
  /external/webkit/Source/WebCore/platform/graphics/skia/
GradientSkia.cpp 133 switch (m_spreadMethod) {

Completed in 70 milliseconds