Home | History | Annotate | Download | only in pbsdboot

Lines Matching defs:linebytes

94 	int width, height, linebytes;
530 fb_settings[0].linebytes = pref.fb_linebytes;
543 pref.fb_linebytes = fb_settings[0].linebytes;
819 bi->fb_line_bytes = fbs->linebytes;
839 int type, width, height, linebytes;
865 wsprintf(tmpbuf, TEXT("%d"), fbs->linebytes);
883 linebytes = _tcstol(tmpbuf, NULL, 10);
894 fbs->linebytes = linebytes;
897 type, width, height, linebytes,
1178 pref.fb_linebytes = fb_settings[0].linebytes;