Searched refs:max_aspect (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetNrmHint.c103 data.maxAspectX = hints->max_aspect.x;
104 data.maxAspectY = hints->max_aspect.y;
H A DGetNrmHint.c104 hints->max_aspect.x = cvtINT32toInt (prop->maxAspectX);
105 hints->max_aspect.y = cvtINT32toInt (prop->maxAspectY);
H A DSetHints.c95 prop.maxAspectX = hints->max_aspect.x;
96 prop.maxAspectY = hints->max_aspect.y;
H A DGetHints.c94 hints->max_aspect.x = cvtINT32toInt (prop->maxAspectX);
95 hints->max_aspect.y = cvtINT32toInt (prop->maxAspectY);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h92 } min_aspect, max_aspect; member in struct:__anon89a0bf6c0208
H A Dwinmultiwindowwndproc.c169 if (hints.max_aspect.x * dheight < hints.max_aspect.y * dwidth) {
171 makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x -
178 hints.max_aspect.x * dheight / hints.max_aspect.y,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h65 } min_aspect, max_aspect; member in struct:__anon045cf5390208
H A Dwinmultiwindowwndproc.c171 if (hints.max_aspect.x * dheight < hints.max_aspect.y * dwidth)
173 delta = makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - dheight, yinc);
178 delta = makemult(dwidth - hints.max_aspect.x*dheight/hints.max_aspect.y, xinc);
H A Dwinwin32rootlesswndproc.c179 if (hints.max_aspect.x * dheight < hints.max_aspect.y * dwidth)
181 delta = makemult(dwidth * hints.max_aspect.y / hints.max_aspect.x - dheight, yinc);
186 delta = makemult(dwidth - hints.max_aspect.x*dheight/hints.max_aspect.y, xinc);
/xsrc/external/mit/libXt/dist/include/X11/
H A DShellP.h202 } min_aspect, max_aspect; member in struct:__anon46fc50250908::_OldXSizeHints
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h91 } min_aspect, max_aspect; member in struct:__anon3d9fd4c10108
/xsrc/external/mit/libXt/dist/src/
H A DShell.c368 Offset(wm.size_hints.max_aspect.x),
371 Offset(wm.size_hints.max_aspect.y),
891 copy(max_aspect.x);
892 copy(max_aspect.y);
1411 || sizep->max_aspect.x != XtUnspecifiedShellInt
1412 || sizep->max_aspect.y != XtUnspecifiedShellInt) {
2375 || NEQ(max_aspect.x) || NEQ(max_aspect.y)
/xsrc/external/mit/twm/dist/src/
H A Dresize.c677 #define maxAspectX tmp_win->hints.max_aspect.x
678 #define maxAspectY tmp_win->hints.max_aspect.y
/xsrc/external/mit/xterm/dist/
H A Dtrace.c1058 TRACE((" max aspect %d/%d\n", hints->max_aspect.y, hints->max_aspect.y));
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c834 int maxAspectX = tmp_win->hints.max_aspect.x;
835 int maxAspectY = tmp_win->hints.max_aspect.y;

Completed in 22 milliseconds