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

/frameworks/base/libs/hwui/
H A DProgram.h130 bool modulate; member in struct:android::uirenderer::ProgramDescription
176 modulate = false;
207 modulate = a < COLOR_COMPONENT_THRESHOLD;
208 return modulate;
217 modulate = a < COLOR_COMPONENT_THRESHOLD || r > COLOR_COMPONENT_INV_THRESHOLD ||
219 return modulate;
256 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;

Completed in 50 milliseconds