HomeSort by relevance Sort by last modified time
    Searched defs:gradientType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 84 CSSGradientType gradientType() const { return m_gradientType; }
96 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
99 , m_gradientType(gradientType)
104 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType)
112 , m_gradientType(gradientType)
142 static PassRefPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
144 return adoptRef(new CSSLinearGradientValue(repeat, gradientType));
162 CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
163 : CSSGradientValue(LinearGradientClass, repeat, gradientType)
168 : CSSGradientValue(other, LinearGradientClass, other.gradientType())
    [all...]
  /frameworks/base/libs/hwui/
Program.h 140 Gradient gradientType;
184 gradientType = kGradientLinear;
242 key |= programid(gradientType) << PROGRAM_GRADIENT_TYPE_SHIFT;
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 159 milliseconds