HomeSort by: relevance | last modified time | path
    Searched defs:pSize (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
quartzRandR.h 39 RRScreenSizePtr pSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kmode.c 357 RRScreenSizePtr pSize;
359 pSize = RRRegisterSize (pScreen,
364 if (!pSize)
366 if (!RRRegisterRate (pScreen, pSize, t->rate))
371 RRSetCurrentConfig (pScreen, randr, t->rate, pSize);
383 RRScreenSizePtr pSize)
390 if (t->horizontal == pSize->width &&
391 t->vertical == pSize->height &&
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
quartzRandR.h 39 RRScreenSizePtr pSize;
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_randr.c 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)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86RandR.c 67 RRScreenSizePtr pSize;
92 pSize = RRRegisterSize(pScreen,
95 if (!pSize)
97 RRRegisterRate(pScreen, pSize, refresh);
101 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize);
119 pSize = RRRegisterSize(pScreen,
122 if (!pSize)
124 RRRegisterRate(pScreen, pSize, refresh0);
127 RRSetCurrentConfig(pScreen, randrp->rotation, refresh0, pSize);
230 Rotation rotation, int rate, RRScreenSizePtr pSize)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
fake.c 249 RRScreenSizePtr pSize;
261 pSize = RRRegisterSize (pScreen,
269 RRSetCurrentConfig (pScreen, randr, 0, pSize);
278 RRScreenSizePtr pSize)
293 newwidth = pSize->width;
294 newheight = pSize->height;
298 newwidth = pSize->height;
299 newheight = pSize->width;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86RandR.c 68 RRScreenSizePtr pSize;
94 pSize = RRRegisterSize (pScreen,
97 if (!pSize)
99 RRRegisterRate (pScreen, pSize, refresh);
102 RRSetCurrentConfig (pScreen, randrp->rotation, refresh, pSize);
121 pSize = RRRegisterSize (pScreen,
124 if (!pSize)
126 RRRegisterRate (pScreen, pSize, refresh0);
130 RRSetCurrentConfig (pScreen, randrp->rotation, refresh0, pSize);
240 RRScreenSizePtr pSize)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
fbdev.c 453 RRScreenSizePtr pSize;
465 pSize = RRRegisterSize (pScreen,
473 RRSetCurrentConfig (pScreen, randr, 0, pSize);
482 RRScreenSizePtr pSize)
497 newwidth = pSize->width;
498 newheight = pSize->height;
502 newwidth = pSize->height;
503 newheight = pSize->width;
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrscreen.c 642 RRScreenSizePtr pSize;
684 pSize = &pData->sizes[i];
685 size->widthInPixels = pSize->width;
686 size->heightInPixels = pSize->height;
687 size->widthInMillimeters = pSize->mmWidth;
688 size->heightInMillimeters = pSize->mmHeight;
699 *rates = pSize->nRates;
705 for (j = 0; j < pSize->nRates; j++)
707 *rates = pSize->pRates[j].rate;
762 RRScreenSizePtr pSize;
    [all...]
  /xsrc/external/mit/xorg-server/dist/randr/
rrscreen.c 806 RRScreenSizePtr pSize;
847 pSize = &pData->sizes[i];
848 size->widthInPixels = pSize->width;
849 size->heightInPixels = pSize->height;
850 size->widthInMillimeters = pSize->mmWidth;
851 size->heightInMillimeters = pSize->mmHeight;
860 *rates = pSize->nRates;
865 for (j = 0; j < pSize->nRates; j++) {
866 *rates = pSize->pRates[j].rate;
921 RRScreenSizePtr pSize;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyr.c 436 RRScreenSizePtr pSize;
479 pSize = RRRegisterSize (pScreen,
487 RRSetCurrentConfig (pScreen, randr, 0, pSize);
496 RRScreenSizePtr pSize)
509 newwidth = pSize->width;
510 newheight = pSize->height;
514 newwidth = pSize->height;
515 newheight = pSize->width;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr.c 408 RRScreenSizePtr pSize;
450 pSize = RRRegisterSize(pScreen,
456 RRSetCurrentConfig(pScreen, randr, 0, pSize);
463 Rotation randr, int rate, RRScreenSizePtr pSize)
475 newwidth = pSize->width;
476 newheight = pSize->height;
479 newwidth = pSize->height;
480 newheight = pSize->width;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86RandR12.c 441 RRScreenSizePtr pSize;
475 pSize = RRRegisterSize (pScreen,
478 if (!pSize)
480 RRRegisterRate (pScreen, pSize, refresh);
484 RRSetCurrentConfig (pScreen, randrp->rotation, refresh, pSize);
583 RRScreenSizePtr pSize)
611 if (mode->HDisplay == pSize->width &&
612 mode->VDisplay == pSize->height &&
617 if (pSize->width == randrp->virtualX &&
618 pSize->height == randrp->virtualY
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 456 RRScreenSizePtr pSize;
484 pSize = RRRegisterSize(pScreen,
487 if (!pSize)
489 RRRegisterRate(pScreen, pSize, refresh);
492 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize);
581 Rotation rotation, int rate, RRScreenSizePtr pSize)
614 if (mode->HDisplay == pSize->width &&
615 mode->VDisplay == pSize->height &&
619 if (pSize->width == randrp->virtualX &&
620 pSize->height == randrp->virtualY)
    [all...]

Completed in 12 milliseconds