Lines Matching refs:cdat
321 u8 *cdat, *dest, *dest0; in video_drawchars() local
332 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
335 u8 bits = *cdat++; in video_drawchars()
356 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
359 u8 bits = *cdat++; in video_drawchars()
390 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
393 u8 bits = *cdat++; in video_drawchars()
424 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
427 u8 bits = *cdat++; in video_drawchars()
467 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
470 u8 bits = *cdat++; in video_drawchars()