Searched refs:sheight (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c537 int sheight = height + gsize; local in function:make_shadow
543 data = malloc (swidth * sheight * sizeof (unsigned char));
552 swidth, sheight, 8, swidth * sizeof (unsigned char));
569 memset(data, d, sheight * swidth);
575 if (ylimit > sheight / 2)
576 ylimit = (sheight + 1) / 2;
589 data[(sheight - y - 1) * swidth + x] = d;
590 data[(sheight - y - 1) * swidth + (swidth - x - 1)] = d;
607 memset (&data[(sheight - y - 1) * swidth + gsize], d, x_diff);
621 for (y = gsize; y < sheight
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win_moveresize.c1177 unsigned int width, height, swidth, sheight; local in function:DFHANDLER
1194 sheight = tmp_win->frame_height;
1212 y += sheight - height;
1217 y += sheight - height;

Completed in 14 milliseconds