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

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp337 static bool isSimpleGradient(const SkShader::GradientInfo& gradInfo) { function in namespace:android::uirenderer
363 description.isSimpleGradient = isSimpleGradient(gradInfo);
384 if (CC_UNLIKELY(!isSimpleGradient(gradInfo))) {
H A DProgram.h143 bool isSimpleGradient; member in struct:android::uirenderer::ProgramDescription
189 isSimpleGradient = false;
272 if (isSimpleGradient) key |= programid(0x1) << PROGRAM_IS_SIMPLE_GRADIENT;

Completed in 39 milliseconds