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

/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp141 // simulation: type of color blindness to simulate:
143 mat4 simulation; local
145 // correction: type of color blindness correction (should match the simulation above):
146 // set to identity, errp, errd, errt ([0] for simulation only)
151 simulation = lms2lmsp;
156 simulation = lms2lmsd;
161 simulation = lms2lmst;
172 (simulation * rgb2lms + correction * (rgb2lms - simulation * rgb2lms));

Completed in 232 milliseconds