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

12

/xsrc/external/mit/libX11/dist/src/
H A DWMGeom.c67 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 DSetNrmHint.c97 data.widthInc = hints->width_inc;
H A DGetNrmHint.c100 hints->width_inc = cvtINT32toInt (prop->widthInc);
H A DSetHints.c89 prop.widthInc = hints->width_inc;
193 pp->widthInc = list->width_inc;
H A DGetHints.c90 hints->width_inc = cvtINT32toInt (prop->widthInc);
217 hp->width_inc = cvtINT32toInt (pp->widthInc);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h88 int width_inc, height_inc; member in struct:__anon89a0bf6c0208
H A Dwinmultiwindowwndproc.c108 xinc = hints.width_inc;
215 if (sizeHints.width_inc == 0)
216 sizeHints.width_inc = 1;
H A Dwinmultiwindowwm.c1129 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 Dwinmultiwindowclass.h61 int width_inc, height_inc; member in struct:__anon045cf5390208
H A Dwinmultiwindowwndproc.c112 xinc = hints.width_inc;
217 if (sizeHints.width_inc == 0) sizeHints.width_inc = 1;
H A Dwinwin32rootlesswndproc.c120 xinc = hints.width_inc;
230 if (sizeHints.width_inc == 0) sizeHints.width_inc = 1;
H A Dwinmultiwindowwm.c985 xis->width_inc = xis->height_inc = 16;
/xsrc/external/mit/xcb-util/dist/icccm/
H A Dxcb_icccm.h439 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 Dicccm.c363 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 Dxwininfo.c113 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 DXutil.h87 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 DShellP.h198 int width_inc, height_inc; member in struct:__anon46fc50250908::_OldXSizeHints
/xsrc/external/mit/twm/dist/src/
H A Dresize.c509 dwidth /= tmp_win->hints.width_inc;
649 xinc = tmp_win->hints.width_inc;
H A Dadd_window.c1616 if (tmp->hints.width_inc == 0)
1617 tmp->hints.width_inc = 1;
/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c51 if(hints->width_inc == 0) {
52 hints->width_inc = 1;
H A Dwin_resize.c607 dwidth /= tmp_win->hints.width_inc;
775 xinc = tmp_win->hints.width_inc;
/xsrc/external/mit/libXt/dist/src/
H A DShell.c356 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 Dsxpm.c536 size_hints.width_inc = view.attributes.width;
/xsrc/external/mit/xterm/dist/
H A Dscrollbar.c179 xw->hints.width_inc = 1;
H A Dtrace.c1052 TRACE((" inc %d,%d\n", hints->height_inc, hints->width_inc));

Completed in 101 milliseconds

12