| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WMGeom.c | 67 int width_inc, height_inc; /* valid amounts */ local in function:XWMGeometry 79 * height = base_height + (j * height_inc) 88 height_inc = (hints->flags & PResizeInc) ? hints->height_inc : 1; 110 ((dmask & HeightValue) ? dheight : 1)) * height_inc) +
|
| H A D | SetNrmHint.c | 98 data.heightInc = hints->height_inc;
|
| H A D | GetNrmHint.c | 101 hints->height_inc = cvtINT32toInt (prop->heightInc);
|
| H A D | SetHints.c | 90 prop.heightInc = hints->height_inc; 194 pp->heightInc = list->height_inc;
|
| H A D | GetHints.c | 91 hints->height_inc = cvtINT32toInt (prop->heightInc); 218 hp->height_inc = cvtINT32toInt (pp->heightInc);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowclass.h | 88 int width_inc, height_inc; member in struct:__anon89a0bf6c0208
|
| H A D | winmultiwindowwndproc.c | 109 yinc = hints.height_inc; 217 if (sizeHints.height_inc == 0) 218 sizeHints.height_inc = 1;
|
| H A D | winmultiwindowwm.c | 1129 int32_t width_inc, height_inc; member in struct:winMultiWindowXMsgProc::__anon68fa17f50108 1135 xis.width_inc = xis.height_inc = 16;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowclass.h | 61 int width_inc, height_inc; member in struct:__anon045cf5390208
|
| H A D | winmultiwindowwndproc.c | 113 yinc = hints.height_inc; 218 if (sizeHints.height_inc == 0) sizeHints.height_inc = 1;
|
| H A D | winwin32rootlesswndproc.c | 121 yinc = hints.height_inc; 231 if (sizeHints.height_inc == 0) sizeHints.height_inc = 1;
|
| H A D | winmultiwindowwm.c | 985 xis->width_inc = xis->height_inc = 16;
|
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| H A D | xcb_icccm.h | 439 int32_t width_inc, height_inc; member in struct:__anonb7d0756f0408 495 int32_t height_inc);
|
| H A D | icccm.c | 364 int32_t height_inc) 368 hints->height_inc = height_inc; 363 xcb_size_hints_set_resize_inc(xcb_size_hints_t * hints,int32_t width_inc,int32_t height_inc) argument
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | xwininfo.c | 113 int32_t width_inc, height_inc; member in struct:__anona694aefd0208 1032 (hints.width_inc != 0) && (hints.height_inc != 0)) { 1045 w->geometry->height/hints.height_inc); 1491 yscale (hints->height_inc)); 1492 if (hints->width_inc != 0 && hints->height_inc != 0) { 1496 (yscale (hints->height / hints->height_inc))); 1500 (yscale (hints->height / hints->height_inc))); 1503 xscale (hints->min_width / hints->width_inc), yscale (hints->min_height / hints->height_inc)); 1507 (yscale (hints->base_height / hints->height_inc)));
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 87 int width_inc, height_inc; member in struct:__anon3d9fd4c10108 186 int width_inc, height_inc; member in struct:__anon3d9fd4c10608
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | ShellP.h | 198 int width_inc, height_inc; member in struct:__anon46fc50250908::_OldXSizeHints
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 510 dheight /= tmp_win->hints.height_inc; 650 yinc = tmp_win->hints.height_inc;
|
| H A D | add_window.c | 1618 if (tmp->hints.height_inc == 0) 1619 tmp->hints.height_inc = 1;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_utils.c | 54 if(hints->height_inc == 0) { 55 hints->height_inc = 1;
|
| H A D | win_resize.c | 608 dheight /= tmp_win->hints.height_inc; 776 yinc = tmp_win->hints.height_inc;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 359 Offset(wm.size_hints.height_inc), 886 copy(height_inc); 1426 || sizep->height_inc != XtUnspecifiedShellInt) { 1429 if (sizep->height_inc < 1) 1430 sizep->height_inc = 1; 1822 height /= wm->size_hints.height_inc; 2373 || NEQ(width_inc) || NEQ(height_inc)
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | sxpm.c | 535 size_hints.height_inc = view.attributes.height;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | scrollbar.c | 180 xw->hints.height_inc = 1;
|
| H A D | trace.c | 1052 TRACE((" inc %d,%d\n", hints->height_inc, hints->width_inc));
|