Lines Matching defs:bheight
290 unsigned int bwidth, bheight;
322 bheight = 22;
330 bheight = (height - (lines * vspace)) / lines;
335 height = lines * (bheight + vspace);
373 bheight = 22;
375 height = lines * (bheight + vspace);
601 const int bheight = (newh - (lines * vspace)) / lines;
614 vs->wsw->bheight = bheight;
630 j * (bheight + vspace) + (vspace / 2),
631 bwidth, bheight);