Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_bmp.c52 static int bmp_Init(char *data, int swidth, int sheight, int sdepth);
219 int swidth,sheight; /* screen dimensions for the current mode */ member
249 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight)) in bmp_SetPix()
256 sofs = ((info->height - (y+1) + (info->sheight - info->height) / 2) in bmp_SetPix()
478 bmp_Init(char *data, int swidth, int sheight, int sdepth) in bmp_Init() argument
500 bmp_info.sheight = sheight; in bmp_Init()
528 if ((bmp_info.height > bmp_info.sheight) || in bmp_Init()
H A Dsplash_pcx.c203 int swidth, sheight, sbpsl; in pcx_draw() local
215 sheight = adp->va_info.vi_height; in pcx_draw()
219 for (origin = 0; origin < sheight*sbpsl; origin += banksize) { in pcx_draw()
225 y = (sheight - pcx_info.height) / 2; in pcx_draw()
/freebsd/contrib/less/
H A Dsearch.c1230 static POSITION get_lastlinepos(POSITION pos, POSITION tpos, int sheight) in search_range()
1239 if (nlines < sheight) in search_range()
1513 size_t sheight = (size_t) (sc_height - sindex_from_sline(jump_sline)); in search()
1738 if (end_off >= swidth * sheight / 4) /* heuristic */ in prep_hilite()
1739 *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], (int) sheight); in prep_hilite()
1138 get_lastlinepos(POSITION pos,POSITION tpos,int sheight) get_lastlinepos() argument
1191 int sheight = sc_height - sindex_from_sline(jump_sline); search_range() local