Searched refs:rheight (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c68 int rx, ry, rwidth, rheight; /* return values */ local in function:XWMGeometry
109 rheight = ((((umask & HeightValue) ? uheight :
119 if (rheight < min_height) rheight = min_height;
123 if (rheight > hints->max_height) rheight = hints->max_height;
146 (DisplayHeight(dpy, screen) + uy - rheight - 2 * bwidth) : uy);
149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth);
164 *height_return = rheight;
H A DRegion.c1533 unsigned int rwidth, unsigned int rheight)
1544 prect->y2 = rheight + ry;
1527 XRectInRegion(register Region region,int rx,int ry,unsigned int rwidth,unsigned int rheight) argument
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DPrintstr.h575 CARD16 rheight; /* reproducible y pixel width */ member in struct:__anon35ab8af30908

Completed in 9 milliseconds