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

/frameworks/native/cmds/surfacereplayer/replayer/
H A DColor.h48 void modulate();
51 void inline HSV::modulate() { function in class:android::HSV
/frameworks/base/libs/hwui/
H A DProgram.h139 bool modulate; member in namespace:android::uirenderer
196 modulate = false;
235 modulate = a < COLOR_COMPONENT_THRESHOLD;
236 return modulate;
245 modulate = a < COLOR_COMPONENT_THRESHOLD || r > COLOR_COMPONENT_INV_THRESHOLD ||
247 return modulate;
287 key |= programid(modulate) << PROGRAM_MODULATE_SHIFT;

Completed in 109 milliseconds