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

/frameworks/base/libs/hwui/
H A DProgram.h132 bool modulate; member in struct:android::uirenderer::ProgramDescription
182 modulate = false;
217 modulate = a < COLOR_COMPONENT_THRESHOLD;
218 return modulate;
227 modulate = a < COLOR_COMPONENT_THRESHOLD || r > COLOR_COMPONENT_INV_THRESHOLD ||
229 return modulate;
266 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;

Completed in 29 milliseconds