| /xsrc/external/mit/xman/dist/ |
| H A D | tkfuncs.c | 79 return ((int) w->core.border_width);
|
| H A D | buttons.c | 684 Dimension width, border_width; local in function:FormUpWidgets 686 XtSetArg(arglist[0], XtNborderWidth, &border_width); 689 width = longest - 2 * border_width; 702 Dimension width, border_width; local in function:FormUpWidgets 704 XtSetArg(arglist[0], XtNborderWidth, &border_width); 707 width = (int) (longest - interior_dist) / 2 - 2 * border_width;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ShapeWidg.c | 121 width += w->core.border_width << 1; 122 height += w->core.border_width << 1; 146 -(int)w->core.border_width, -(int)w->core.border_width, 148 if (w->core.border_width) 206 width += w->core.border_width << 1; 207 height += w->core.border_width << 1; 226 -(int)w->core.border_width, -(int)w->core.border_width, 228 if (w->core.border_width) [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Geometry.c | 84 bw2 = old->border_width << 1; 90 bw2 = r->rectangle.border_width << 1; 271 && widget->core.border_width != request->border_width) { 273 "Asking for a change in border_width: from %d to %d.\n", 274 widget->core.border_width, 275 request->border_width)); 292 req.changes.border_width = widget->core.border_width; 319 widget->core.border_width [all...] |
| H A D | SetValues.c | 319 if (oldw->core.border_width != w->core.border_width) { 320 geoReq.border_width = w->core.border_width; 321 w->core.border_width = oldw->core.border_width; 354 geoReq.border_width = w->core.border_width; 450 int bw2 = r->rectangle.border_width << 1;
|
| H A D | Keyboard.c | 234 left = (Position) (left - w->core.border_width); 235 top = (Position) (top - w->core.border_width); 236 right = (Position) (left + w->core.width + w->core.border_width); 237 bottom = (Position) (top + w->core.height + w->core.border_width); 636 left = top = -((int) widget->core.border_width); 639 (widget->core.border_width << 1)); 642 (widget->core.border_width << 1));
|
| H A D | Manage.c | 144 (r->rectangle.border_width << 1)), 146 (r->rectangle.border_width << 1)), 318 (r->rectangle.border_width << 1)), 320 (r->rectangle.border_width << 1)),
|
| H A D | RectObj.c | 77 XtOffsetOf(RectObjRec,rectangle.border_width), XtRImmediate,
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ReconfWM.c | 95 if (mask & CWBorderWidth) *value++ = changes->border_width; 134 .border_width = changes->border_width,
|
| H A D | ReconfWin.c | 66 *value++ = changes->border_width;
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | makeform.c | 251 Dimension scroll_size, border_width; local in function:make_queryform 281 XtNborderWidth, &border_width, NULL); 283 height_addons = scroll_size + border_width; 304 XtNborderWidth, &border_width, NULL); 306 width += scroll_size + border_width;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tree.c | 565 w->core.border_width = request->border_width; 616 int srcx = child->core.x + child->core.border_width; 617 int srcy = child->core.y + child->core.border_width; 621 srcx += child->core.width + child->core.border_width; 628 srcy += child->core.height + child->core.border_width; 646 (k->core.y + ((int) k->core.border_width) + 655 (k->core.x + ((int) k->core.border_width) + 666 (((int) k->core.border_width) << 1) + 668 (k->core.y + ((int) k->core.border_width) [all...] |
| H A D | Grip.c | 102 XtOffsetOf(GripRec, core.border_width),
|
| H A D | Vendor.c | 438 childwid->core.border_width ); 477 my_request.border_width = request->border_width; 494 wid->core.x = wid->core.y = (Position)(-request->border_width);
|
| /xsrc/external/mit/xmag/dist/ |
| H A D | CutPaste.c | 101 unsigned int width, height, border_width, depth; local in function:SelectionCallback 105 &width, &height, &border_width, &depth);
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | RectObjP.h | 65 Dimension border_width; /* rectangle border width */ member in struct:_RectObjPart
|
| H A D | CoreP.h | 82 Dimension border_width; /* window border width */ member in struct:_CorePart
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Dialog.c | 147 Dimension popup_width, popup_height, top_width, top_height, border_width; local in function:PopupDialog 168 XtSetArg(wargs[n], XtNborderWidth, &border_width); n++; 175 (Position)popup_width - 2 * (Position)border_width)); 180 (Position)popup_height - 2 * (Position)border_width));
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons.h | 42 int border_width; member in struct:Icon
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | multiVis.c | 68 int border_width; /* border width of the window */ member in struct:__anon361b3e490208 636 curr_attrs->border_width, curr_attrs->visual, 646 curr_clipX = MAX(pclip->x, x_rootrel + (int) curr_attrs->border_width); 647 curr_clipY = MAX(pclip->y, y_rootrel + (int) curr_attrs->border_width); 650 2 * (int) curr_attrs->border_width); 653 2 * (int) curr_attrs->border_width); 662 child_xrr = x_rootrel + child_attrs.x + curr_attrs->border_width; 665 + 2 * child_attrs.border_width) 671 curr_attrs->border_width; 675 2 * child_attrs.border_width) 881 add_window_to_list(list_ptr image_wins,Window w,int xrr,int yrr,int x_vis,int y_vis,int width,int height,int border_width,Visual * vis,Colormap cmap,Window parent) argument [all...] |
| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | xcb_aux.c | 175 uint16_t border_width, 184 x, y, width, height, border_width, 197 uint16_t border_width, 206 x, y, width, height, border_width, 167 xcb_aux_create_window(xcb_connection_t * c,uint8_t depth,xcb_window_t wid,xcb_window_t parent,int16_t x,int16_t y,uint16_t width,uint16_t height,uint16_t border_width,uint16_t _class,xcb_visualid_t visual,uint32_t mask,const xcb_params_cw_t * params) argument 189 xcb_aux_create_window_checked(xcb_connection_t * c,uint8_t depth,xcb_window_t wid,xcb_window_t parent,int16_t x,int16_t y,uint16_t width,uint16_t height,uint16_t border_width,uint16_t _class,xcb_visualid_t visual,uint32_t mask,const xcb_params_cw_t * params) argument
|
| H A D | xcb_aux.h | 78 uint16_t border_width, 93 uint16_t border_width, 116 uint32_t border_width; member in struct:__anonc7e5e04d0208
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | XNWindow.h | 25 unsigned int border_width; member in struct:__anon095c883c0108
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | XNWindow.h | 25 unsigned int border_width; member in struct:__anon34cd66af0108
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | Clock.c | 290 x = x + parent->core.x + parent->core.border_width; 291 y = y + parent->core.y + parent->core.border_width; 332 xwc.border_width = face_height; 334 xwc.border_width = face_width; 335 xwc.width = w->core.width - xwc.border_width * 2; 336 xwc.height = w->core.height - xwc.border_width * 2;
|