Home | History | Annotate | Download | only in Renderer

Lines Matching full:maskeds

3504 		unsigned char maskedS = s & mask;
3506 unsigned int fill = maskedS;
3541 target[i] = maskedS | (target[i] & invMask);