OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sheight
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xcompmgr/dist/
xcompmgr.c
537
int
sheight
= height + gsize;
local
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
- gsize; y++
[
all
...]
/xsrc/external/mit/ctwm/dist/
functions_win_moveresize.c
1177
unsigned int width, height, swidth,
sheight
;
local
1194
sheight
= tmp_win->frame_height;
1212
y +=
sheight
- height;
1217
y +=
sheight
- height;
Completed in 29 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026