Lines Matching full:red
1441 //Do a white outline so it'll show up on a red event1448 //Then draw the red line2220 int red = (color & 0x00ff0000) >> 16;2223 color = ((red >> 1) << 16) | ((green >> 1) << 8) | (blue >> 1);