/src/sys/arch/hpc/stand/hpcboot/ |
framebuffer.h | 36 int bpp, width, height, linebytes; member in struct:FrameBufferInfo::framebuffer_info 51 int linebytes(void) { return _fb->linebytes; } function in class:FrameBufferInfo
|
/src/sys/arch/shark/ofw/ |
chipsfb_ofbus.c | 171 int isconsole, width, height, linebytes, depth; local in function:chipsfb_ofbus_attach 202 if (OF_getprop(oba->oba_phandle, "linebytes", &linebytes, 203 sizeof(linebytes)) == 4) { 204 linebytes = be32toh(linebytes); 206 linebytes = width * (depth >> 3); 211 prop_dictionary_set_uint32(dict, "linebytes", linebytes);
|
/src/sys/arch/powerpc/oea/ |
ofw_rascons.c | 236 int32_t width, height, linebytes, depth; local in function:rascons_init_rasops 244 if (OF_getprop(node, "linebytes", &linebytes, 4) != 4) 245 linebytes = width; /* XXX */ 258 ri->ri_stride = linebytes;
|
/src/usr.sbin/tpctl/ |
fb.c | 73 u_int linebytes; local in function:fb_init 84 ioctl(fb->fd, WSDISPLAYIO_LINEBYTES, &linebytes) < 0) 89 fb->conf.hf_bytes_per_line = linebytes; 91 fb->conf.hf_bytes_per_plane = fbinfo.height * linebytes;
|
/src/sys/arch/prep/pci/ |
gten.c | 217 int32_t addr, width, height, linebytes, depth; local in function:gten_common_init
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
main.c | 94 int width, height, linebytes; member in struct:fb_setting 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; local in function:UpdateFbDlg 865 wsprintf(tmpbuf, TEXT("%d"), fbs->linebytes); 883 linebytes = _tcstol(tmpbuf, NULL, 10); 894 fbs->linebytes = linebytes; 897 type, width, height, linebytes, [all...] |
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 296 int linebytes; /* widthbytes + row_mod */ member in struct:amidisplaycc_screen 297 int rowbytes; /* linebytes * fontheight */ 558 dst += scr->linebytes; 592 int linebytes; local in function:amidisplaycc_putchar 632 linebytes = scr->linebytes; 653 dst += linebytes; 663 dst += linebytes; 667 *(dst - linebytes) = 255; 678 dst += linebytes; 709 int linebytes; local in function:amidisplaycc_copycols 760 int linebytes; local in function:amidisplaycc_erasecols 809 int linebytes; local in function:amidisplaycc_copyrows 941 int linebytes; local in function:amidisplaycc_eraserows [all...] |
/src/sys/dev/pci/ |
voodoofb.c | 365 int linebytes, depth, flags; local in function:voodoofb_attach 424 linebytes = width; /* XXX */ 432 sc->sc_linebytes = linebytes;
|
/src/sys/arch/evbarm/rpi/ |
vcprop.h | 426 uint32_t linebytes; member in struct:vcprop_tag_fbpitch
|