Lines Matching refs:dest0
321 u8 *cdat, *dest, *dest0; in video_drawchars() local
325 dest0 = video_fb_address + offset; in video_drawchars()
333 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
348 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
357 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
382 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
391 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
416 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
425 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
459 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
468 for (rows = VIDEO_FONT_HEIGHT, dest = dest0; in video_drawchars()
495 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()