Searched refs:maxAspect (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.h102 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
H A DtkMacOSXWm.c403 wmPtr->maxAspect.x && wmPtr->minAspect.y == wmPtr->maxAspect.y) {
529 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
1022 wmPtr->minAspect.y, wmPtr->maxAspect.x,
1023 wmPtr->maxAspect.y);
1044 wmPtr->maxAspect.x = numer2;
1045 wmPtr->maxAspect.y = denom2;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.h145 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
H A DtkMacOSXWm.c237 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
719 wmPtr->minAspect.y, wmPtr->maxAspect.x,
720 wmPtr->maxAspect.y);
742 wmPtr->maxAspect.x = numer2;
743 wmPtr->maxAspect.y = denom2;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c136 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
592 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
1202 wmPtr->minAspect.y, wmPtr->maxAspect.x,
1203 wmPtr->maxAspect.y);
1225 wmPtr->maxAspect.x = numer2;
1226 wmPtr->maxAspect.y = denom2;
4831 hintsPtr->max_aspect.x = wmPtr->maxAspect.x;
4832 hintsPtr->max_aspect.y = wmPtr->maxAspect.y;
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c121 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
573 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
1165 wmPtr->minAspect.y, wmPtr->maxAspect.x,
1166 wmPtr->maxAspect.y);
1188 wmPtr->maxAspect.x = numer2;
1189 wmPtr->maxAspect.y = denom2;
4484 hintsPtr->max_aspect.x = wmPtr->maxAspect.x;
4485 hintsPtr->max_aspect.y = wmPtr->maxAspect.y;
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c211 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
2021 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
3056 wmPtr->minAspect.y, wmPtr->maxAspect.x,
3057 wmPtr->maxAspect.y);
3077 wmPtr->maxAspect.x = numer2;
3078 wmPtr->maxAspect.y = denom2;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c203 } minAspect, maxAspect; /* Min/max aspect ratios for window. */ member in struct:TkWmInfo
1894 wmPtr->maxAspect.x = wmPtr->maxAspect.y = 1;
2814 wmPtr->minAspect.y, wmPtr->maxAspect.x,
2815 wmPtr->maxAspect.y);
2837 wmPtr->maxAspect.x = numer2;
2838 wmPtr->maxAspect.y = denom2;

Completed in 303 milliseconds