Searched refs:borderWidth (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/libX11/dist/src/
H A DCrWindow.c39 unsigned int borderWidth,
53 req->borderWidth = borderWidth;
32 XCreateSimpleWindow(register Display * dpy,Window parent,int x,int y,unsigned int width,unsigned int height,unsigned int borderWidth,unsigned long border,unsigned long background) argument
H A DGetGeom.c40 unsigned int *borderWidth,
57 *borderWidth = rep.borderWidth;
32 XGetGeometry(register Display * dpy,Drawable d,Window * root,int * x,int * y,unsigned int * width,unsigned int * height,unsigned int * borderWidth,unsigned int * depth) argument
H A DWindow.c107 unsigned int borderWidth,
124 req->borderWidth = borderWidth;
100 XCreateWindow(register Display * dpy,Window parent,int x,int y,unsigned int width,unsigned int height,unsigned int borderWidth,int depth,unsigned int class,Visual * visual,unsigned long valuemask,XSetWindowAttributes * attributes) argument
H A DGetWAttrs.c127 attr->border_width = rep.borderWidth;
H A DEvToWire.c193 event->u.createNotify.borderWidth = ev->border_width;
249 event->u.configureNotify.borderWidth= ev->border_width;
264 event->u.configureRequest.borderWidth= ev->border_width;
/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h142 unsigned short borderWidth; member in struct:_Window
199 #define wBorderWidth(w) ((int) (w)->borderWidth)
203 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h143 unsigned short borderWidth; member in struct:_Window
204 #define wBorderWidth(w) ((int) (w)->borderWidth)
208 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowshape.c120 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth);
H A Dwinwindow.c347 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowshape.c122 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.c241 wc.x = pWin->drawable.x - (pTopWin->drawable.x - pTopWin->borderWidth);
242 wc.y = pWin->drawable.y - (pTopWin->drawable.y - pTopWin->borderWidth);
243 wc.width = pWin->drawable.width + 2 * pWin->borderWidth;
244 wc.height = pWin->drawable.height + 2 * pWin->borderWidth;
249 wc.shape_tx = - (pTopWin->drawable.x - pTopWin->borderWidth);
250 wc.shape_ty = - (pTopWin->drawable.y - pTopWin->borderWidth);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.c226 wc.x = pWin->drawable.x - (pTopWin->drawable.x - pTopWin->borderWidth);
227 wc.y = pWin->drawable.y - (pTopWin->drawable.y - pTopWin->borderWidth);
228 wc.width = pWin->drawable.width + 2 * pWin->borderWidth;
229 wc.height = pWin->drawable.height + 2 * pWin->borderWidth;
234 wc.shape_tx = -(pTopWin->drawable.x - pTopWin->borderWidth);
235 wc.shape_ty = -(pTopWin->drawable.y - pTopWin->borderWidth);
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c260 button->w3.w.width += (2 * button->w3.borderWidth);
263 button->w3.w.height += (2 * button->w3.borderWidth);
430 d->w3.borderWidth =
431 get_integer_resource("borderWidth", "BorderWidth", 1);
473 d->okButton.w3.borderWidth =
474 get_integer_resource("okButton.borderWidth", "Button.BorderWidth", 1);
509 d->cancelButton.w3.borderWidth =
510 get_integer_resource("cancelButton.borderWidth", "Button.BorderWidth",
555 d->indicator.w3.borderWidth =
556 get_integer_resource("indicator.borderWidth", "Indicato
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h59 unsigned int borderWidth; member in struct:_RootlessWindowRec
H A DrootlessWindow.c213 Translate by borderWidth to get the outside-relative position. */
217 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth);
364 winRec->borderWidth = bw;
1026 winRec->borderWidth = newBW;
1154 * If kind==VTOther, window border is resizing (and borderWidth is
1180 oldBW = winRec->borderWidth;
1254 oldBW = winRec->borderWidth;
1447 oldBW = winRec->borderWidth;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dsaverproto.h118 CARD16 width, height, borderWidth; member in struct:_ScreenSaverSetAttributes
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A Drootless.h59 unsigned int borderWidth; member in struct:_RootlessWindowRec
H A DrootlessWindow.c218 Translate by borderWidth to get the outside-relative position. */
222 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth);
366 winRec->borderWidth = bw;
1047 winRec->borderWidth = newBW;
1174 * If kind==VTOther, window border is resizing (and borderWidth is
1201 oldBW = winRec->borderWidth;
1275 oldBW = winRec->borderWidth;
1468 oldBW = winRec->borderWidth;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c122 pWin->borderWidth,
132 xnestWindowPriv(pWin)->border_width = pWin->borderWidth;
231 xnestWindowPriv(pWin)->border_width != pWin->borderWidth) {
235 pWin->borderWidth;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c127 pWin->borderWidth,
136 xnestWindowPriv(pWin)->border_width = pWin->borderWidth;
224 xnestWindowPriv(pWin)->border_width != pWin->borderWidth) {
227 xnestWindowPriv(pWin)->border_width = pWin->borderWidth;
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c614 _XtDimension borderWidth)
616 XtConfigureWidget(w, w->core.x, w->core.y, width, height, borderWidth);
625 _XtDimension borderWidth)
668 if ((old.border_width = w->core.border_width) != borderWidth) {
670 w->core.border_width, borderWidth));
672 (Dimension) borderWidth;
611 XtResizeWidget(Widget w,_XtDimension width,_XtDimension height,_XtDimension borderWidth) argument
620 XtConfigureWidget(Widget w,_XtPosition x,_XtPosition y,_XtDimension width,_XtDimension height,_XtDimension borderWidth) argument
/xsrc/external/mit/libXaw/dist/src/
H A DBox.c536 Dimension width, height, borderWidth; local in function:XawBoxGeometryManager
550 borderWidth = XtBorderWidth(w);
572 XtBorderWidth(w) = borderWidth;
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c239 int bw = (int) pWin->borderWidth;
602 int bw = (int) pWin->borderWidth;
661 compSetPixmap(pWin, pParentPixmap, pWin->borderWidth);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsaver.c171 unsigned short width, height, borderWidth; member in struct:_ScreenSaverAttr
535 pAttr->borderWidth, pAttr->class,
843 bw = stuff->borderWidth;
942 pAttr->borderWidth = stuff->borderWidth;
1433 swaps (&stuff->borderWidth, n);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsaver.c154 unsigned short width, height, borderWidth; member in struct:_ScreenSaverAttr
495 pAttr->borderWidth, pAttr->class,
782 bw = stuff->borderWidth;
868 pAttr->borderWidth = stuff->borderWidth;
1331 swaps(&stuff->borderWidth);

Completed in 31 milliseconds

123