Searched refs:height_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
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 DSetNrmHint.c98 data.heightInc = hints->height_inc;
H A DGetNrmHint.c101 hints->height_inc = cvtINT32toInt (prop->heightInc);
H A DSetHints.c90 prop.heightInc = hints->height_inc;
194 pp->heightInc = list->height_inc;
H A DGetHints.c91 hints->height_inc = cvtINT32toInt (prop->heightInc);
218 hp->height_inc = cvtINT32toInt (pp->heightInc);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h88 int width_inc, height_inc; member in struct:__anon89a0bf6c0208
H A Dwinmultiwindowwndproc.c109 yinc = hints.height_inc;
217 if (sizeHints.height_inc == 0)
218 sizeHints.height_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.c113 yinc = hints.height_inc;
218 if (sizeHints.height_inc == 0) sizeHints.height_inc = 1;
H A Dwinwin32rootlesswndproc.c121 yinc = hints.height_inc;
231 if (sizeHints.height_inc == 0) sizeHints.height_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
495 int32_t height_inc);
H A Dicccm.c364 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 Dxwininfo.c113 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 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.c510 dheight /= tmp_win->hints.height_inc;
650 yinc = tmp_win->hints.height_inc;
H A Dadd_window.c1618 if (tmp->hints.height_inc == 0)
1619 tmp->hints.height_inc = 1;
/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.c54 if(hints->height_inc == 0) {
55 hints->height_inc = 1;
H A Dwin_resize.c608 dheight /= tmp_win->hints.height_inc;
776 yinc = tmp_win->hints.height_inc;
/xsrc/external/mit/libXt/dist/src/
H A DShell.c359 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 Dsxpm.c535 size_hints.height_inc = view.attributes.height;
/xsrc/external/mit/xterm/dist/
H A Dscrollbar.c180 xw->hints.height_inc = 1;
H A Dtrace.c1052 TRACE((" inc %d,%d\n", hints->height_inc, hints->width_inc));

Completed in 34 milliseconds

12