| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WMGeom.c | 65 int base_width, base_height; /* valid amounts */ local in function:XWMGeometry 78 * width = base_width + (i * width_inc) 81 base_width = ((hints->flags & PBaseSize) ? hints->base_width : 85 min_width = ((hints->flags & PMinSize) ? hints->min_width : base_width); 108 base_width);
|
| H A D | SetNrmHint.c | 107 data.baseWidth = hints->base_width;
|
| H A D | GetNrmHint.c | 109 hints->base_width= cvtINT32toInt (prop->baseWidth);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowclass.h | 75 * ICCCM 1.0 version containing base_width, base_height, and win_gravity fields; 93 int base_width, base_height; /* added by ICCCM version 1 */ member in struct:__anon89a0bf6c0208
|
| H A D | winmultiwindowwndproc.c | 81 minWidth = hints.base_width; 88 baseWidth = hints.base_width;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowclass.h | 52 * new version containing base_width, base_height, and win_gravity fields; 66 int base_width, base_height; /* added by ICCCM version 1 */ member in struct:__anon045cf5390208
|
| H A D | winmultiwindowwndproc.c | 80 minWidth = hints.base_width; 88 baseWidth = hints.base_width;
|
| H A D | winwin32rootlesswndproc.c | 88 minWidth = hints.base_width; 96 baseWidth = hints.base_width;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_desc.c | 176 uint32_t base_width = u_minify(res->base.width0, sv->base.u.tex.first_level); local in function:etna_create_sampler_view_desc 212 DESC_SET(LOG_SIZE_EXT, TEXDESC_LOG_SIZE_EXT_WIDTH(etna_log2_fixp88(base_width)) | 214 DESC_SET(SIZE, VIVS_TE_SAMPLER_SIZE_WIDTH(base_width) |
|
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| H A D | icccm.c | 384 xcb_size_hints_set_base_size(xcb_size_hints_t *hints, int32_t base_width, argument 388 hints->base_width = base_width; 461 hints->base_width = 0;
|
| H A D | xcb_icccm.h | 445 int32_t base_width, base_height; member in struct:__anonb7d0756f0408 512 * @param base_width Base width. 515 void xcb_size_hints_set_base_size(xcb_size_hints_t *hints, int32_t base_width,
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | ShellP.h | 205 int base_width, base_height; member in struct:__anon46fc50250908
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 499 dwidth -= tmp_win->hints.base_width; 622 minWidth = tmp_win->hints.base_width; 629 baseWidth = tmp_win->hints.base_width;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_resize.c | 597 dwidth -= tmp_win->hints.base_width; 745 minWidth = tmp_win->hints.base_width; 753 baseWidth = tmp_win->hints.base_width;
|
| H A D | occupation.c | 783 sizehints.base_width = width;
|
| H A D | workspace_manager.c | 473 sizehints.base_width = columns * hspace;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 78 * new version containing base_width, base_height, and win_gravity fields; 92 int base_width, base_height; /* added by ICCCM version 1 */ member in struct:__anon3d9fd4c10108
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 335 Offset(wm.base_width), 897 copy(base_width); 1416 || w->wm.base_width != XtUnspecifiedShellInt 1419 if (w->wm.base_width == XtUnspecifiedShellInt) 1420 w->wm.base_width = 0; 1811 width -= wm->base_width; 1813 hints.base_width = wm->base_width; 2378 || NEQ(base_width) || NEQ(base_height) ||
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | xwininfo.c | 119 int32_t base_width, base_height; member in struct:__anona694aefd0208 1036 w->geometry->width -= hints.base_width; 1484 xscale (hints->base_width), yscale (hints->base_height)); 1506 (xscale (hints->base_width / hints->width_inc)),
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 1061 TRACE((" base %d,%d\n", hints->base_height, hints->base_width));
|
| H A D | charproc.c | 12399 xw->hints.width = xw->hints.base_width
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 3133 double scale, base_width, base_height; local in function:FreeTypeLoadXFont 3185 base_width=hypot(vals->pixel_matrix[0], vals->pixel_matrix[1]); 3187 if(MAX(base_width, base_height) < 1.0 ) {
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 3137 double scale, base_width, base_height; local in function:FreeTypeLoadXFont 3189 base_width=hypot(vals->pixel_matrix[0], vals->pixel_matrix[1]); 3191 if(MAX(base_width, base_height) < 1.0 ) {
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | x11-ssh-askpass.c | 782 d->sizeHints->base_width = d->w3.w.width;
|