Searched refs:swidth (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c54 static int bmp_Init(char *data, int swidth, int sheight, int sdepth);
231 int swidth,sheight; /* screen dimensions for the current mode */ member in struct:__anon10063
264 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight))
273 x += (info->swidth - info->width) / 2;
509 ** Take screen dimensions (swidth), (sheight) and (sdepth) and make sure we
513 bmp_Init(char *data, int swidth, int sheight, int sdepth) argument
534 bmp_info.swidth = swidth;
564 (bmp_info.width > bmp_info.swidth) ||
H A Dsplash_pcx.c203 int swidth, sheight, sbpsl, sdepth, splanes; local
214 swidth = adp->va_info.vi_width;
226 x = (swidth - pcx_info.width) / 2;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_overlay.c694 u32 swidth, swidthsw, sheight, ostride; local
746 swidth = params->src_w;
756 swidth |= (params->src_w/uv_hscale) << 16;
768 iowrite32(swidth, &regs->SWIDTH);
/freebsd-11-stable/contrib/less/
H A Dsearch.c1270 int swidth = sc_width - line_pfx_width(); local
1464 sshift = swidth * get_seg(linepos, linepos + chpos[start_off]);
1465 eshift = swidth * get_seg(linepos, linepos + chpos[end_off]);
1489 if (end_off >= swidth * sheight / 4) /* heuristic */

Completed in 80 milliseconds