Lines Matching refs:ScreenRec

16215     ScreenRec and uses that to infer DPMS support. As a result we can drop
21092 Add SyncSharedPixmap ScreenRec hook
23836 (rr)(Enable/Disable)SharedPixmapFlipping to rrScrPrivRec from ScreenRec
23978 (rr)(Enable/Disable)SharedPixmapFlipping to rrScrPrivRec from ScreenRec
24014 SharedPixmapNotifyDamage, and RequestSharedPixmapNotifyDamage to ScreenRec.
24017 ScreenRec used for the rest.
37709 dix: offset touch root coordinates by ScreenRec origins (#86655)
39710 NameWindowPixmap function pointer to ScreenRec, shifting some of the fields
48592 defined, so that the layout of ScreenRec type is correct, so that it's privates
56658 Would only work on ScreenRec 0, which means it's broken.
69295 DevPrivateSetRec structures in the middle of the ScreenRec, which throws off
84868 This unifies the pointer behaviour of single ScreenRec multihead and
95987 CRTCs within a ScreenRec are reachable from each other. If not you get
109832 Move each screen's x/y origin into ScreenRec.
109836 "dixScreenOrigins[pScreen->myNum]". Adding a field to ScreenRec instead
109863 Move each screen's root-window pointer into ScreenRec.
109867 "WindowTable[pScreen->myNum]". Adding a field to ScreenRec instead of
109884 Move each screen's screensaver data into ScreenRec.
109888 "savedScreenInfo[pScreen->myNum]". Adding a field to ScreenRec instead
110784 ScreenRec, using a previously-unused flag bit in each GC instead.
114885 This commit breaks the ScreenRec ABI.
151300 While the ScreenRec's notion of size in millimeters would get updates,
165186 ScreenRec we want to render to. If not, toss the GC and create a new one. This
165977 This commit breaks ScreenRec's ABI.
170222 adding DeviceIntPtr parameter to ScreenRec's cursor functions.
170632 Allow RandR objects to be created before the associated ScreenRec.
170635 before the ScreenRec is allocated. Changing the RandR DIX code