Home | History | Annotate | Download | only in client

Lines Matching defs:source

285 	byte	*source;
291 source = draw_chars + (row<<10) + (col<<3);
298 if (source[x] != 255)
299 dest[x] = 0x60 + source[x];
300 source += 128;