Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_pcx.c71 } pcx_info; variable
97 pcx_info.width, pcx_info.height, in pcx_start()
98 pcx_info.bpp, pcx_info.planes); in pcx_start()
112 if (info.vi_width >= pcx_info.width in pcx_start()
113 && info.vi_height >= pcx_info.height in pcx_start()
114 && info.vi_depth == pcx_info.bpp in pcx_start()
115 && info.vi_planes == pcx_info.planes) in pcx_start()
188 pcx_info.width = hdr->xmax - hdr->xmin + 1; in pcx_init()
189 pcx_info.height = hdr->ymax - hdr->ymin + 1; in pcx_init()
190 pcx_info.bpsl = hdr->bpsl; in pcx_init()
[all …]