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

/frameworks/base/libs/hwui/
H A DProgram.h131 bool modulate; member in struct:android::uirenderer::ProgramDescription
180 modulate = false;
214 modulate = a < COLOR_COMPONENT_THRESHOLD;
215 return modulate;
224 modulate = a < COLOR_COMPONENT_THRESHOLD || r > COLOR_COMPONENT_INV_THRESHOLD ||
226 return modulate;
263 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;

Completed in 74 milliseconds