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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 98 CSSGradientType gradientType() const { return m_gradientType; }
112 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
115 , m_gradientType(gradientType)
120 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType)
128 , m_gradientType(gradientType)
159 static PassRefPtrWillBeRawPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
161 return adoptRefWillBeNoop(new CSSLinearGradientValue(repeat, gradientType));
181 CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
182 : CSSGradientValue(LinearGradientClass, repeat, gradientType)
187 : CSSGradientValue(other, LinearGradientClass, other.gradientType())
    [all...]
  /frameworks/base/libs/hwui/
Program.h 142 Gradient gradientType;
188 gradientType = kGradientLinear;
248 key |= programid(gradientType) << PROGRAM_GRADIENT_TYPE_SHIFT;
SkiaShader.cpp 350 description.gradientType = ProgramDescription::kGradientLinear;
353 description.gradientType = ProgramDescription::kGradientCircular;
356 description.gradientType = ProgramDescription::kGradientSweep;
381 SkShader::GradientType gradType = shader.asAGradient(&gradInfo);
ProgramCache.cpp 466 return description.gradientType * 2 + description.isSimpleGradient;
631 description.gradientType == ProgramDescription::kGradientLinear;
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 202 milliseconds