Lines Matching defs:maxY
59 int maxY;
98 int maxX = 0, maxY = 0;
110 if (pRandr->maxX == 0 || pRandr->maxY == 0) {
113 if (maxY < mode->VDisplay)
114 maxY = mode->VDisplay;
136 if (pRandr->maxX == 0 || pRandr->maxY == 0) {
138 pRandr->maxY = maxY;
258 int maxX = 0, maxY = 0;
276 if (pRandr->maxX == 0 || pRandr->maxY == 0) {
279 if (maxY < mode->VDisplay)
280 maxY = mode->VDisplay;
293 if (pRandr->maxX == 0 || pRandr->maxY == 0) {
295 pRandr->maxY = maxY;
301 if (pRandr->maxX == 0 || pRandr->maxY == 0) {
303 pRandr->maxY = maxY;
381 pRandr->maxX = pRandr->maxY = 0;