/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | XCrHsbCmap.c | 46 int bw, /* Boolean: True = save black and white */ 61 if (bw) { 35 XCreateHSBColormap( Display *dsp, int screen, Colormap *cmap, int count, double h1, double s1, double b1, double h2, double s2, double b2, int bw, Visual **visual) argument
|
H A D | xcolor.h | 66 int bw, /* Boolean: True = save black and white */
|
/solaris-x11-s11/open-src/app/xlswins/sun-src/ |
H A D | xlswins.c | 278 unsigned int width, height, bw, depth; local 288 if (XGetGeometry(dpy, w, &root, &x,&y,&width,&height,&bw,&depth)) { 293 printf (" +%d+%d", rx - bw, ry - bw);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Box.c | 149 Dimension bw, bh; /* Width and height needed for current widget */ local 168 bw = widget->core.width + 2*widget->core.border_width + h_space; 169 if (lw + bw > width) { 183 DoLayout(bbw, lw + bw, height, reply_width, 205 lw += bw;
|
H A D | Xaw3_1Viewport.c | 556 register int bw = bar->core.border_width; local 557 XtResizeWidget( bar, clip_width, bar->core.height, bw ); 561 : -bw), 563 ? w->core.height - bar->core.height - bw 564 : -bw) ); 579 register int bw = bar->core.border_width; local 580 XtResizeWidget( bar, bar->core.width, clip_height, bw ); 583 ? w->core.width - bar->core.width - bw 584 : -bw), 587 : -bw) ); [all...] |
H A D | Xaw3_1SmeBSB.c | 507 unsigned int depth, bw; local 517 &x, &y, &width, &height, &bw, &depth)) { 536 &x, &y, &width, &height, &bw, &depth)) {
|
H A D | Xaw3_1Label.c | 166 unsigned int width, height, bw, depth; local 168 &width, &height, &bw, &depth)) {
|
H A D | Xaw3_1Mailbox.c | 323 unsigned int width, height, bw, dep; local 326 if (!XGetGeometry (dpy, bitmap, &root, &x, &y, &width, &height, &bw, &dep))
|
H A D | Xaw3_1Scrollbar.c | 327 unsigned int width, height, bw; local 329 &width, &height, &bw, &depth) == 0) {
|
H A D | Xaw3_1Text.c | 374 Dimension bw; local 377 bw = vbar->core.border_width; 379 XtResizeWidget( vbar, vbar->core.width, ctx->core.height, bw); 380 XtMoveWidget( vbar, -(Position)bw, -(Position)bw );
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Box.c | 170 Dimension bw, bh; /* Width and height needed for current widget */ local 196 bw = widget->core.width + 2*widget->core.border_width + h_space; 197 if ((Dimension)(lw + bw) > width) { 211 DoLayout(bbw, lw + bw, height, reply_width, 233 lw += bw;
|
H A D | Viewport.c | 616 int bw = bar->core.border_width; local 617 XtResizeWidget( bar, (Dimension) clip_width, bar->core.height, (Dimension) bw ); 621 : -bw), 623 ? w->core.height - bar->core.height - bw 624 : -bw) ); 639 int bw = bar->core.border_width; local 640 XtResizeWidget( bar, bar->core.width, (Dimension)clip_height, (Dimension)bw ); 643 ? w->core.width - bar->core.width - bw 644 : -bw), 647 : -bw) ); [all...] |
H A D | Label.c | 258 unsigned int width, height, bw, depth; local 260 &width, &height, &bw, &depth)) { 428 unsigned int bw, depth; local 433 &bw, &depth))) {
|
H A D | SmeBSB.c | 589 unsigned int depth, bw; local 608 &x, &y, &width, &height, &bw, &depth)) { 641 &x, &y, &width, &height, &bw, &depth)) {
|
H A D | Scrollbar.c | 348 unsigned int width, height, bw; local 350 &width, &height, &bw, &depth) == 0) {
|
H A D | Text.c | 381 Dimension bw; local 384 bw = vbar->core.border_width; 386 XtResizeWidget( vbar, vbar->core.width, ctx->core.height, bw); 387 XtMoveWidget( vbar, -(Position)bw, -(Position)bw );
|
/solaris-x11-s11/open-src/common/ |
H A D | X-parfait.conf | 172 XCreateSimpleWindow(d,p,x,y,w,h,bw,b,bg) { 178 XCreateWindow(d,p,x,y,w,h,bw,dp,c,v,vm,a) {
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | cslibint.c | 1679 unsigned int width, height, bw, depth; /* dummy variables */ local 1682 &bw, &depth) == False) {
|