Searched refs:yinc (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dresize.c611 int minWidth, minHeight, maxWidth, maxHeight, xinc, yinc; local in function:ConstrainSize
650 yinc = tmp_win->hints.height_inc;
653 xinc = yinc = 1;
672 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight;
705 yinc);
712 delta = makemult(dwidth * maxAspectY / maxAspectX - dheight, yinc);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c72 int minWidth, minHeight, maxWidth, maxHeight, xinc, yinc, delta; local in function:ConstrainSize
109 yinc = hints.height_inc;
112 xinc = yinc = 1;
131 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight;
163 yinc);
172 dheight, yinc);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwndproc.c69 int minWidth, minHeight, maxWidth, maxHeight, xinc, yinc, delta; local in function:ConstrainSize
113 yinc = hints.height_inc;
116 xinc = yinc = 1;
135 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight;
165 delta = makemult(dheight - dwidth*hints.min_aspect.y/hints.min_aspect.x, yinc);
173 delta = makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - dheight, yinc);
H A Dwinwin32rootlesswndproc.c77 int minWidth, minHeight, maxWidth, maxHeight, xinc, yinc, delta; local in function:DEFINE_ATOM_HELPER
121 yinc = hints.height_inc;
124 xinc = yinc = 1;
143 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight;
173 delta = makemult(dheight - dwidth*hints.min_aspect.y/hints.min_aspect.x, yinc);
181 delta = makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - dheight, yinc);
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c732 int minWidth, minHeight, maxWidth, maxHeight, xinc, yinc, delta; local in function:ConstrainSize
776 yinc = tmp_win->hints.height_inc;
780 if(yinc == 0) {
781 yinc = 1;
785 xinc = yinc = 1;
810 dheight = ((dheight - baseHeight) / yinc * yinc) + baseHeight;
846 yinc);
855 yinc);
/xsrc/external/mit/x11perf/dist/
H A Ddo_blt.c133 int xinc, yinc; local in function:InitCopyLocations
144 yinc = xinc + 3;
166 y2 -= yinc;
181 y1 += yinc;

Completed in 9 milliseconds