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

  /frameworks/base/libs/hwui/
Program.h 141 Gradient gradientType;
187 gradientType = kGradientLinear;
248 key |= programid(gradientType) << PROGRAM_GRADIENT_TYPE_SHIFT;
SkiaShader.cpp 222 description.gradientType = ProgramDescription::kGradientLinear;
287 description.gradientType = ProgramDescription::kGradientCircular;
342 description.gradientType = ProgramDescription::kGradientSweep;
ProgramCache.cpp 455 return description.gradientType * 2 + description.isSimpleGradient;
616 description.gradientType == ProgramDescription::kGradientLinear;
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp     [all...]

Completed in 857 milliseconds