Lines Matching refs:dest0
322 u8 *cdat, *dest, *dest0; in video_drawchars() local
326 dest0 = video_fb_address + offset; in video_drawchars()
334 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
349 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
358 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
383 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
392 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
417 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
426 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
460 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
469 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
496 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()