Searched refs:max_aspect (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetNrmHint.c | 103 data.maxAspectX = hints->max_aspect.x; 104 data.maxAspectY = hints->max_aspect.y;
|
| H A D | GetNrmHint.c | 104 hints->max_aspect.x = cvtINT32toInt (prop->maxAspectX); 105 hints->max_aspect.y = cvtINT32toInt (prop->maxAspectY);
|
| H A D | SetHints.c | 95 prop.maxAspectX = hints->max_aspect.x; 96 prop.maxAspectY = hints->max_aspect.y;
|
| H A D | GetHints.c | 94 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 D | winmultiwindowclass.h | 92 } min_aspect, max_aspect; member in struct:__anon89a0bf6c0208
|
| H A D | winmultiwindowwndproc.c | 169 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 D | winmultiwindowclass.h | 65 } min_aspect, max_aspect; member in struct:__anon045cf5390208
|
| H A D | winmultiwindowwndproc.c | 171 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 D | winwin32rootlesswndproc.c | 179 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 D | ShellP.h | 202 } min_aspect, max_aspect; member in struct:__anon46fc50250908::_OldXSizeHints
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 91 } min_aspect, max_aspect; member in struct:__anon3d9fd4c10108
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Shell.c | 368 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 D | resize.c | 677 #define maxAspectX tmp_win->hints.max_aspect.x 678 #define maxAspectY tmp_win->hints.max_aspect.y
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 1058 TRACE((" max aspect %d/%d\n", hints->max_aspect.y, hints->max_aspect.y));
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_resize.c | 834 int maxAspectX = tmp_win->hints.max_aspect.x; 835 int maxAspectY = tmp_win->hints.max_aspect.y;
|
Completed in 22 milliseconds