HomeSort by: relevance | last modified time | path
    Searched defs:fb_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ews4800mips/stand/common/
cons_fb.c 96 fb_copy(0, ROM_FONT_HEIGHT, 0, 0,
102 fb_copy(0, cons.y * ROM_FONT_HEIGHT, 0, 0, FB_WIDTH, FB_HEIGHT / 2);
132 fb_copy(int x0, int y0, int x1, int y1, int w, int h) function in typeref:typename:void
cons_fb.c 96 fb_copy(0, ROM_FONT_HEIGHT, 0, 0,
102 fb_copy(0, cons.y * ROM_FONT_HEIGHT, 0, 0, FB_WIDTH, FB_HEIGHT / 2);
132 fb_copy(int x0, int y0, int x1, int y1, int w, int h) function in typeref:typename:void

Completed in 22 milliseconds