Searched defs:isSimpleGradient (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp112 static bool isSimpleGradient(const SkShader::GradientInfo& gradInfo) { function in namespace:android::uirenderer
151 description->isSimpleGradient = isSimpleGradient(gradInfo);
163 if (CC_UNLIKELY(!isSimpleGradient(gradInfo))) {
H A DProgram.h141 bool isSimpleGradient; member in struct:android::uirenderer::ProgramDescription
183 isSimpleGradient = false;
261 if (isSimpleGradient) key |= programid(0x1) << PROGRAM_IS_SIMPLE_GRADIENT;

Completed in 346 milliseconds