Searched refs:base_width (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c65 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 DSetNrmHint.c107 data.baseWidth = hints->base_width;
H A DGetNrmHint.c109 hints->base_width= cvtINT32toInt (prop->baseWidth);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h75 * 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 Dwinmultiwindowwndproc.c81 minWidth = hints.base_width;
88 baseWidth = hints.base_width;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h52 * 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 Dwinmultiwindowwndproc.c80 minWidth = hints.base_width;
88 baseWidth = hints.base_width;
H A Dwinwin32rootlesswndproc.c88 minWidth = hints.base_width;
96 baseWidth = hints.base_width;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c176 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 Dicccm.c384 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 Dxcb_icccm.h445 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 DShellP.h205 int base_width, base_height; member in struct:__anon46fc50250908
/xsrc/external/mit/twm/dist/src/
H A Dresize.c499 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 Dwin_resize.c597 dwidth -= tmp_win->hints.base_width;
745 minWidth = tmp_win->hints.base_width;
753 baseWidth = tmp_win->hints.base_width;
H A Doccupation.c783 sizehints.base_width = width;
H A Dworkspace_manager.c473 sizehints.base_width = columns * hspace;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h78 * 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 DShell.c335 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 Dxwininfo.c119 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 Dtrace.c1061 TRACE((" base %d,%d\n", hints->base_height, hints->base_width));
H A Dcharproc.c12399 xw->hints.width = xw->hints.base_width
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c3133 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 Dftfuncs.c3137 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 Dx11-ssh-askpass.c782 d->sizeHints->base_width = d->w3.w.width;

Completed in 61 milliseconds