Searched refs:border_width (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.c | 217 width = min(x+wi, xwa.x+xwa.width+2*xwa.border_width+px)-x1; 218 height=min(y+hi, xwa.y+xwa.height+2*xwa.border_width+py)-y1; 239 pWinInfo->x = x1-xwa.border_width-xwa.x-px; 240 pWinInfo->y = y1-xwa.border_width-xwa.y-py; 281 XOffsetRegion(tmpancestorRegion, -(xwa.x + xwa.border_width), 282 -(xwa.y + xwa.border_width)); 309 mvWalkTree(children[n], px+xwa.x+xwa.border_width, 310 py+xwa.y+xwa.border_width, 314 mvWalkTree(children[n], px+xwa.x+xwa.border_width, 315 py+xwa.y+xwa.border_width, [all...] |
H A D | xmag_multivis.c | 115 int magnification, char *border_color, int border_width, 178 int border_width = -1; /* border width in pixels */ local 209 border_width = atoi (argv[i]); 284 if (border_width < 0) { 288 border_width = tmp ? atoi (tmp) : DEFAULT_BORDER_SIZE; 343 border_color, border_width, back_color); 376 int border_width, /* width of border */ 508 window_hints.width - border_width * 2; 512 window_hints.height - border_width * 2; 612 border_width, 2 371 magnify( char *window_geometry, char *source_geometry, int magnification, char *border_color, int border_width, char *back_color) argument [all...] |
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
H A D | TransOvl.c | 856 unsigned int border_width, 882 req->borderWidth = border_width; 849 XSolarisOvlCreateWindow( Display *dpy, Window parent, int x, int y, unsigned int width, unsigned int height, unsigned int border_width, int depth, unsigned int class, Visual *visual, unsigned long valuemask, XSetWindowAttributes *attr ) argument
|
Completed in 12 milliseconds