Home | History | Annotate | Download | only in term

Lines Matching refs:component

2302             for (int component = 0; component < 3; component++) {
2303 int rightShift = (2 - component) << 3;
2307 mColorMatrix[component * 6] = delta * BYTE_SCALE;
2308 mColorMatrix[component * 5 + 4] = fore;