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 140 Gradient gradientType;
182 gradientType = kGradientLinear;
238 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 436 return description.gradientType * 2 + description.isSimpleGradient;
596 description.gradientType == ProgramDescription::kGradientLinear;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 215 int gradientType;
217 gradientType = GradientDrawable.LINEAR_GRADIENT;
218 gradientDrawable.setGradientType(gradientType);
220 gradientType, gradientDrawable.getGradientType());
222 gradientType = -1;
223 gradientDrawable.setGradientType(gradientType);
225 gradientType, gradientDrawable.getGradientType());
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 107 milliseconds