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

/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c65 int base_width, base_height; /* valid amounts */ local in function:XWMGeometry
79 * height = base_height + (j * height_inc)
83 base_height = ((hints->flags & PBaseSize) ? hints->base_height :
86 min_height = ((hints->flags & PMinSize) ? hints->min_height : base_height);
111 base_height);
H A DSetNrmHint.c108 data.baseHeight = hints->base_height;
H A DGetNrmHint.c110 hints->base_height= cvtINT32toInt (prop->baseHeight);
/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.c82 minHeight = hints.base_height;
89 baseHeight = hints.base_height;
/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.c81 minHeight = hints.base_height;
89 baseHeight = hints.base_height;
H A Dwinwin32rootlesswndproc.c89 minHeight = hints.base_height;
97 baseHeight = hints.base_height;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c177 uint32_t base_height = u_minify(res->base.height0, sv->base.u.tex.first_level); local in function:etna_create_sampler_view_desc
184 base_height = res->base.array_size;
213 TEXDESC_LOG_SIZE_EXT_HEIGHT(etna_log2_fixp88(base_height)));
215 VIVS_TE_SAMPLER_SIZE_HEIGHT(base_height));
H A Detnaviv_texture_state.c187 uint32_t base_height = res->base.height0; local in function:etna_create_sampler_view_state
204 base_height = res->base.array_size;
234 VIVS_TE_SAMPLER_SIZE_HEIGHT(base_height);
237 VIVS_TE_SAMPLER_LOG_SIZE_HEIGHT(etna_log2_fixp55(base_height)) |
/xsrc/external/mit/xcb-util/dist/icccm/
H A Dicccm.c385 int32_t base_height)
389 hints->base_height = base_height;
462 hints->base_height = 0;
384 xcb_size_hints_set_base_size(xcb_size_hints_t * hints,int32_t base_width,int32_t base_height) argument
H A Dxcb_icccm.h445 int32_t base_width, base_height; member in struct:__anonb7d0756f0408
513 * @param base_height Base height.
516 int32_t base_height);
/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.c500 dheight -= tmp_win->hints.base_height;
623 minHeight = tmp_win->hints.base_height;
630 baseHeight = tmp_win->hints.base_height;
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c598 dheight -= tmp_win->hints.base_height;
746 minHeight = tmp_win->hints.base_height;
754 baseHeight = tmp_win->hints.base_height;
H A Doccupation.c784 sizehints.base_height = height;
H A Dworkspace_manager.c474 sizehints.base_height = lines * vspace;
/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/xwininfo/dist/
H A Dxwininfo.c119 int32_t base_width, base_height; member in struct:__anona694aefd0208
1037 w->geometry->height -= hints.base_height;
1484 xscale (hints->base_width), yscale (hints->base_height));
1507 (yscale (hints->base_height / hints->height_inc)));
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c3133 double scale, base_width, base_height; local in function:FreeTypeLoadXFont
3186 base_height=hypot(vals->pixel_matrix[2], vals->pixel_matrix[3]);
3187 if(MAX(base_width, base_height) < 1.0 ) {
3355 * ratio * 1000. / base_height + 0.5);
3357 * 1000. / base_height + 0.5);
3359 * force_c_ratio * 1000. / base_height + 0.5);
3440 instance->pixel_size = base_height;
3443 instance->pixel_width_unit_x = unit_x/base_height;
3448 instance->pixel_width_unit_y = unit_y/base_height;
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c3137 double scale, base_width, base_height; local in function:FreeTypeLoadXFont
3190 base_height=hypot(vals->pixel_matrix[2], vals->pixel_matrix[3]);
3191 if(MAX(base_width, base_height) < 1.0 ) {
3359 * ratio * 1000. / base_height + 0.5);
3361 * 1000. / base_height + 0.5);
3363 * force_c_ratio * 1000. / base_height + 0.5);
3444 instance->pixel_size = base_height;
3447 instance->pixel_width_unit_x = unit_x/base_height;
3452 instance->pixel_width_unit_y = unit_y/base_height;
/xsrc/external/mit/libXt/dist/src/
H A DShell.c338 Offset(wm.base_height),
898 copy(base_height);
1417 || w->wm.base_height != XtUnspecifiedShellInt) {
1421 if (w->wm.base_height == XtUnspecifiedShellInt)
1422 w->wm.base_height = 0;
1812 height -= wm->base_height;
1814 hints.base_height = wm->base_height;
2378 || NEQ(base_width) || NEQ(base_height) ||
/xsrc/external/mit/xterm/dist/
H A Dtrace.c1061 TRACE((" base %d,%d\n", hints->base_height, hints->base_width));
H A Dcharproc.c12397 xw->hints.height = xw->hints.base_height
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c783 d->sizeHints->base_height = d->w3.w.height;

Completed in 54 milliseconds