| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WMGeom.c | 65 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 D | SetNrmHint.c | 108 data.baseHeight = hints->base_height;
|
| H A D | GetNrmHint.c | 110 hints->base_height= cvtINT32toInt (prop->baseHeight);
|
| /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 | 82 minHeight = hints.base_height; 89 baseHeight = hints.base_height;
|
| /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 | 81 minHeight = hints.base_height; 89 baseHeight = hints.base_height;
|
| H A D | winwin32rootlesswndproc.c | 89 minHeight = hints.base_height; 97 baseHeight = hints.base_height;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture_desc.c | 177 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 D | etnaviv_texture_state.c | 187 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 D | icccm.c | 385 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 D | xcb_icccm.h | 445 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 D | ShellP.h | 205 int base_width, base_height; member in struct:__anon46fc50250908
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 500 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 D | win_resize.c | 598 dheight -= tmp_win->hints.base_height; 746 minHeight = tmp_win->hints.base_height; 754 baseHeight = tmp_win->hints.base_height;
|
| H A D | occupation.c | 784 sizehints.base_height = height;
|
| H A D | workspace_manager.c | 474 sizehints.base_height = lines * vspace;
|
| /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/xwininfo/dist/ |
| H A D | xwininfo.c | 119 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 D | ftfuncs.c | 3133 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 D | ftfuncs.c | 3137 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 D | Shell.c | 338 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 D | trace.c | 1061 TRACE((" base %d,%d\n", hints->base_height, hints->base_width));
|
| H A D | charproc.c | 12397 xw->hints.height = xw->hints.base_height
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | x11-ssh-askpass.c | 783 d->sizeHints->base_height = d->w3.w.height;
|