Searched refs:DRegion (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c984 RegionRec DRegion; local in function:BlackOut
999 REGION_INIT(pScreen, &DRegion, &DBox, 1);
1002 REGION_SUBTRACT(pScreen, &DRegion, &DRegion, pRegion);
1004 nBox = REGION_NUM_RECTS(&DRegion);
1005 pBox = REGION_RECTS(&DRegion);
1035 REGION_UNINIT(pScreen, &DRegion);

Completed in 5 milliseconds