Lines Matching defs:pSize
93 RRScreenSizePtr pSize;
120 pSize = RRRegisterSize(pScreen,
123 if (!pSize)
126 RRRegisterRate(pScreen, pSize, refresh);
131 RRSetCurrentConfig(pScreen, pRandr->rotation, refresh, pSize);
145 pSize = RRRegisterSize(pScreen,
148 if (!pSize)
151 RRRegisterRate(pScreen, pSize, refresh0);
154 RRSetCurrentConfig(pScreen, pRandr->rotation, refresh0, pSize);
250 int rate, RRScreenSizePtr pSize)
282 if (mode->HDisplay == pSize->width &&
283 mode->VDisplay == pSize->height &&
287 if (pSize->width == pRandr->virtualX &&
288 pSize->height == pRandr->virtualY) {
306 if (!GXRandRSetMode(pScreen, mode, useVirtual, pSize->mmWidth,
307 pSize->mmHeight)) {