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

/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;
H A DGlopBuilder.cpp342 mDescription.modulate = mOutGlop->fill.color.isNotBlack();
345 mDescription.modulate = mOutGlop->fill.color.a < 1.0f;
367 mDescription.modulate = mOutGlop->fill.color.a < 1.0f;
384 mDescription.modulate = mOutGlop->fill.color.isNotBlack();
408 mDescription.modulate = mOutGlop->fill.color.isNotBlack();
441 mDescription.modulate = mOutGlop->fill.color.a < 1.0f;
455 mDescription.modulate = mOutGlop->fill.color.a < 1.0f;
471 mDescription.modulate = mOutGlop->fill.color.a < 1.0f;
651 mOutGlop->fill.colorEnabled = mDescription.modulate || singleColor;
H A DProgramCache.cpp344 // Don't modulate
350 // Don't modulate
384 // Don't modulate
395 // Don't modulate
406 // Don't modulate
687 if (description.modulate || singleColor) {
798 if (description.modulate && applyModulate) {
/frameworks/native/cmds/surfacereplayer/replayer/
H A DColor.h48 void modulate();
51 void inline HSV::modulate() { function in class:android::HSV
H A DBufferQueueScheduler.cpp47 mColor.modulate();

Completed in 103 milliseconds