Searched refs:pScreenRegion (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86fbman.c | 1236 RegionPtr pRegion, pScreenRegion; local in function:xf86InitFBManagerArea 1264 pScreenRegion = RegionFromRects(1, &Rect[2], 0); 1265 if (pScreenRegion) { 1266 if (!RegionNar(pScreenRegion)) { 1267 RegionSubtract(pRegion, pRegion, pScreenRegion); 1309 RegionDestroy(pScreenRegion);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86fbman.c | 1228 RegionPtr pRegion, pScreenRegion; local in function:xf86InitFBManagerArea 1256 pScreenRegion = RegionFromRects(1, &Rect[2], 0); 1257 if (pScreenRegion) { 1258 if (!RegionNar(pScreenRegion)) { 1259 RegionSubtract(pRegion, pRegion, pScreenRegion); 1299 RegionDestroy(pScreenRegion);
|
Completed in 4 milliseconds