tpctl.h | 77 typedef u_int32_t fb_pixel_t; typedef in typeref:typename:u_int32_t 83 fb_pixel_t *linecache, *workbuf; 84 fb_pixel_t white, black; 109 void fb_drawline(struct fb *, int, int, int, int, fb_pixel_t); 110 void fb_drawpixel(struct fb *, int, int, fb_pixel_t);
|