Searched refs:FullBox (Results 1 – 2 of 2) sorted by relevance
1187 xf86InitFBManager(ScreenPtr pScreen, BoxPtr FullBox) in xf86InitFBManager() argument1200 if ((FullBox->x1 > ScreenBox.x1) || (FullBox->y1 > ScreenBox.y1) || in xf86InitFBManager()1201 (FullBox->x2 < ScreenBox.x2) || (FullBox->y2 < ScreenBox.y2)) { in xf86InitFBManager()1205 if (FullBox->y2 < FullBox->y1) in xf86InitFBManager()1207 if (FullBox->x2 < FullBox->x1) in xf86InitFBManager()1211 RegionInit(&FullRegion, FullBox, 1); in xf86InitFBManager()
111 xf86InitFBManager(ScreenPtr pScreen, BoxPtr FullBox);