Searched refs:gradientType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgram.h150 Gradient gradientType; member in namespace:android::uirenderer
203 gradientType = kGradientLinear;
269 key |= programid(gradientType) << PROGRAM_GRADIENT_TYPE_SHIFT;
H A DSkiaShader.cpp131 description->gradientType = ProgramDescription::kGradientLinear;
136 description->gradientType = ProgramDescription::kGradientCircular;
142 description->gradientType = ProgramDescription::kGradientSweep;
H A DProgramCache.cpp558 return description.gradientType * 2 + description.isSimpleGradient;

Completed in 48 milliseconds