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

  /frameworks/base/libs/hwui/
Program.h 150 Gradient gradientType;
203 gradientType = kGradientLinear;
269 key |= programid(gradientType) << PROGRAM_GRADIENT_TYPE_SHIFT;
SkiaShader.cpp 131 description->gradientType = ProgramDescription::kGradientLinear;
136 description->gradientType = ProgramDescription::kGradientCircular;
142 description->gradientType = ProgramDescription::kGradientSweep;
ProgramCache.cpp 553 return description.gradientType * 2 + description.isSimpleGradient;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 247 int gradientType;
249 gradientType = GradientDrawable.LINEAR_GRADIENT;
250 gradientDrawable.setGradientType(gradientType);
252 gradientType, gradientDrawable.getGradientType());
254 gradientType = -1;
255 gradientDrawable.setGradientType(gradientType);
257 gradientType, gradientDrawable.getGradientType());
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 278 milliseconds