Searched defs:bw (Results 1 - 16 of 16) sorted by relevance

/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A DXCrHsbCmap.c46 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
/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c278 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 DXaw3_1Box.c149 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 DXaw3_1Label.c166 unsigned int width, height, bw, depth; local
168 &width, &height, &bw, &depth)) {
H A DXaw3_1Mailbox.c323 unsigned int width, height, bw, dep; local
326 if (!XGetGeometry (dpy, bitmap, &root, &x, &y, &width, &height, &bw, &dep))
H A DXaw3_1SmeBSB.c507 unsigned int depth, bw; local
517 &x, &y, &width, &height, &bw, &depth)) {
536 &x, &y, &width, &height, &bw, &depth)) {
H A DXaw3_1Viewport.c556 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 DXaw3_1Scrollbar.c327 unsigned int width, height, bw; local
329 &width, &height, &bw, &depth) == 0) {
H A DXaw3_1Text.c374 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 DBox.c170 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 DLabel.c258 unsigned int width, height, bw, depth; local
260 &width, &height, &bw, &depth)) {
428 unsigned int bw, depth; local
433 &bw, &depth))) {
H A DSmeBSB.c589 unsigned int depth, bw; local
608 &x, &y, &width, &height, &bw, &depth)) {
641 &x, &y, &width, &height, &bw, &depth)) {
H A DScrollbar.c348 unsigned int width, height, bw; local
350 &width, &height, &bw, &depth) == 0) {
H A DViewport.c616 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 DText.c381 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/lib/DPS/sun-src/libdps/
H A Dcslibint.c1679 unsigned int width, height, bw, depth; /* dummy variables */ local
1682 &bw, &depth) == False) {

Completed in 54 milliseconds