Searched refs:cdat (Results 1 – 1 of 1) sorted by relevance
322 u8 *cdat, *dest, *dest0; in video_drawchars() local333 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()[all …]