Home
last modified time | relevance | path

Searched refs:vc_blit_rect (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c1863 static void vc_blit_rect(int x, int y, int bx,
1904 vc_blit_rect(int x, int y, int bx, in vc_blit_rect() function
2253vc_blit_rect(0, 0, 0, vinfo.v_width, vinfo.v_height, vinfo.v_width, vinfo.v_height, 0, 0, color, N… in vc_clean_boot_graphics()
2440 vc_blit_rect( x, y, 0, width, height, width, height, width, 0, data, NULL, kDataIndexed ); in vc_display_icon()
2726 vc_blit_rect( x, y, 0, in vc_progress_task()
3206 vc_blit_rect(rectX, rectY, bx, rectW, rectH, width, barHeight, in vc_draw_progress_meter()