| /xsrc/external/mit/libX11/dist/src/ |
| H A D | WMGeom.c | 67 int width_inc, height_inc; /* valid amounts */ local in function:XWMGeometry 78 * width = base_width + (i * width_inc) 87 width_inc = (hints->flags & PResizeInc) ? hints->width_inc : 1; 107 ((dmask & WidthValue) ? dwidth : 1)) * width_inc) +
|
| H A D | SetNrmHint.c | 97 data.widthInc = hints->width_inc;
|
| H A D | GetNrmHint.c | 100 hints->width_inc = cvtINT32toInt (prop->widthInc);
|
| H A D | SetHints.c | 89 prop.widthInc = hints->width_inc; 193 pp->widthInc = list->width_inc;
|
| H A D | GetHints.c | 90 hints->width_inc = cvtINT32toInt (prop->widthInc); 217 hp->width_inc = cvtINT32toInt (pp->widthInc);
|
| /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 | 108 xinc = hints.width_inc; 215 if (sizeHints.width_inc == 0) 216 sizeHints.width_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 | 112 xinc = hints.width_inc; 217 if (sizeHints.width_inc == 0) sizeHints.width_inc = 1;
|
| H A D | winwin32rootlesswndproc.c | 120 xinc = hints.width_inc; 230 if (sizeHints.width_inc == 0) sizeHints.width_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 494 void xcb_size_hints_set_resize_inc(xcb_size_hints_t *hints, int32_t width_inc,
|
| H A D | icccm.c | 363 xcb_size_hints_set_resize_inc(xcb_size_hints_t *hints, int32_t width_inc, argument 367 hints->width_inc = width_inc;
|
| /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)) { 1044 printf ("%dx%d", w->geometry->width/hints.width_inc, 1489 xscale (hints->width_inc)); 1492 if (hints->width_inc != 0 && hints->height_inc != 0) { 1495 (xscale (hints->width / hints->width_inc)), 1499 (xscale (hints->width / hints->width_inc)), 1503 xscale (hints->min_width / hints->width_inc), yscale (hints->min_height / hints->height_inc)); 1506 (xscale (hints->base_width / hints->width_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 | 509 dwidth /= tmp_win->hints.width_inc; 649 xinc = tmp_win->hints.width_inc;
|
| H A D | add_window.c | 1616 if (tmp->hints.width_inc == 0) 1617 tmp->hints.width_inc = 1;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_utils.c | 51 if(hints->width_inc == 0) { 52 hints->width_inc = 1;
|
| H A D | win_resize.c | 607 dwidth /= tmp_win->hints.width_inc; 775 xinc = tmp_win->hints.width_inc;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 356 Offset(wm.size_hints.width_inc), 885 copy(width_inc); 1425 || sizep->width_inc != XtUnspecifiedShellInt 1427 if (sizep->width_inc < 1) 1428 sizep->width_inc = 1; 1821 width /= wm->size_hints.width_inc; 2373 || NEQ(width_inc) || NEQ(height_inc)
|
| /xsrc/external/mit/libXpm/dist/sxpm/ |
| H A D | sxpm.c | 536 size_hints.width_inc = view.attributes.width;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | scrollbar.c | 179 xw->hints.width_inc = 1;
|
| H A D | trace.c | 1052 TRACE((" inc %d,%d\n", hints->height_inc, hints->width_inc));
|