Lines Matching refs:cdat
322 u8 *cdat, *dest, *dest0; in video_drawchars() local
333 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
336 u8 bits = *cdat++; in video_drawchars()
357 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
360 u8 bits = *cdat++; in video_drawchars()
391 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
394 u8 bits = *cdat++; in video_drawchars()
425 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
428 u8 bits = *cdat++; in video_drawchars()
468 cdat = video_fontdata + c * VIDEO_FONT_HEIGHT; in video_drawchars()
471 u8 bits = *cdat++; in video_drawchars()