Searched refs:maxAspectY (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DXatomtype.h74 SIGNEDINT maxAspectX, maxAspectY; /* need to cvt */ member in struct:__anondc8a24b10108
H A DSetNrmHint.c104 data.maxAspectY = hints->max_aspect.y;
H A DGetNrmHint.c105 hints->max_aspect.y = cvtINT32toInt (prop->maxAspectY);
H A DSetHints.c96 prop.maxAspectY = hints->max_aspect.y;
H A DGetHints.c95 hints->max_aspect.y = cvtINT32toInt (prop->maxAspectY);
/xsrc/external/mit/twm/dist/src/
H A Dresize.c678 #define maxAspectY tmp_win->hints.max_aspect.y macro
686 * minAspectY dheight maxAspectY
692 * maxAspectX * dheight < maxAspectY * dwidth
711 if (maxAspectX * dheight < maxAspectY * dwidth) {
712 delta = makemult(dwidth * maxAspectY / maxAspectX - dheight, yinc);
716 delta = makemult(dwidth - maxAspectX * dheight / maxAspectY,
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c821 * minAspectY dheight maxAspectY
827 * maxAspectX * dheight < maxAspectY * dwidth
835 int maxAspectY = tmp_win->hints.max_aspect.y; local in function:ConstrainSize
837 if(minAspectX && minAspectY && maxAspectX && maxAspectY) {
853 if(maxAspectX * dheight < maxAspectY * dwidth) {
854 delta = makemult(dwidth * maxAspectY / maxAspectX - dheight,
860 delta = makemult(dwidth - maxAspectX * dheight / maxAspectY,

Completed in 7 milliseconds