Home | History | Annotate | Download | only in voyager

Lines Matching defs:pixel

996 	uint32_t pixel;
1050 pixel = bg;
1052 pixel = fg;
1057 pixel = (r & 0xff00) << 8 |
1062 SM502_DATAPORT, pixel);
1086 uint32_t pixel = 0, latch = 0, bg8, fg8;
1150 pixel = bg8;
1152 pixel = fg8;
1157 pixel = ((r & 0xe000) >> 8) |
1161 latch = (latch << 8) | pixel;