Home
last modified time | relevance | path

Searched refs:InitialBoxes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c286 RegionPtr InitialBoxes; member
636 RegionCopy(newRegion, offman->InitialBoxes); in localQueryLargestOffscreenArea()
930 extents = RegionExtents(offman->InitialBoxes); in localAllocateOffscreenLinear()
1067 extents = RegionExtents(offman->InitialBoxes); in localResizeOffscreenLinear()
1128 extents = RegionExtents(offman->InitialBoxes); in localQueryLargestOffscreenLinear()
1175 RegionDestroy(offman->InitialBoxes); in xf86FBCloseScreen()
1332 offman->InitialBoxes = RegionCreate(NULL, 1); in xf86InitFBManagerRegion()
1335 RegionCopy(offman->InitialBoxes, FullRegion); in xf86InitFBManagerRegion()
1410 extents = RegionExtents(offman->InitialBoxes); in xf86AllocateLinearOffscreenArea()