Searched refs:lh (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dicons_builtin.c85 int lw, lh; local in function:CreateMenuIcon
134 lh = th / 2 - bw;
135 if((lh & 1) ^ ((th - bw) & 1)) {
136 lh++;
138 ly = iy + bw + (th - bw - lh) / 2;
141 if((lh & 1) && lh < 6) {
144 dly = lh / (lines - 1);
/xsrc/external/mit/libXaw/dist/src/
H A DBox.c208 Dimension lw, lh; /* Width and height needed for current line */ local in function:DoLayout
228 lh = 0;
245 h = (Dimension)(h + (lh + bbw->box.v_space));
246 lh = 0;
276 AssignMax(lh, bh);
280 if (!vbox && width && lw > width && lh < height) {
282 Dimension sw = lw, sh = lh;
323 h = (Dimension)(h + (lh + bbw->box.v_space));
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_BltHiQV.h84 ErrorF("%s: timeout %d (%d, %d, %d x %d) -> %d, %d \n", __func__, last_op, lx, ly, lw, lh, dx, dy); \
111 ErrorF("%s: timeout %d (%d, %d, %d x %d) -> %d, %d \n", __func__, last_op, lx, ly, lw, lh, dx, dy); \
H A Dct_exa.c46 int last_op = 0, lx, ly, lw, lh, dx, dy, xdir, ydir, lsp, ldp; variable in typeref:typename:int
139 lh = h;
/xsrc/external/mit/twm/dist/src/
H A Dutil.c1010 int lw, lh; local in function:CreateMenuIcon
1046 lh = th / 2 - bw;
1047 if ((lh & 1) ^ ((th - bw) & 1))
1048 lh++;
1049 ly = iy + bw + (th - bw - lh) / 2;
1052 if ((lh & 1) && lh < 6) {
1055 dly = lh / (lines - 1);

Completed in 10 milliseconds