Searched refs:region (Results 76 - 100 of 111) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86_OSlib.h100 # include <sys/region.h>
121 # include <sys/region.h>
H A Dregionstr.h64 * clip region
76 /* not a region */
253 * Take a region and a box and return a region that is everything
254 * in the box but not in the region. The careful reader will note
255 * that this is the same as subtracting the region from the box...
268 RegionPtr newReg, /* Destination region */
277 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
279 return pixman_region_contains_rectangle (region, prect);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86_OSlib.h100 # include <sys/region.h>
121 # include <sys/region.h>
H A Dregionstr.h64 * clip region
76 /* not a region */
253 * Take a region and a box and return a region that is everything
254 * in the box but not in the region. The careful reader will note
255 * that this is the same as subtracting the region from the box...
268 RegionPtr newReg, /* Destination region */
277 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
279 return pixman_region_contains_rectangle (region, prect);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86_OSlib.h99 #include <sys/region.h>
120 #include <sys/region.h>
H A Dregionstr.h63 * clip region
77 /* not a region */
271 * Take a region and a box and return a region that is everything
272 * in the box but not in the region. The careful reader will note
273 * that this is the same as subtracting the region from the box...
285 RegionInverse(RegionPtr newReg, /* Destination region */
294 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
296 return pixman_region_contains_rectangle(region, prect);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86_OSlib.h99 #include <sys/region.h>
120 #include <sys/region.h>
H A Dregionstr.h63 * clip region
77 /* not a region */
271 * Take a region and a box and return a region that is everything
272 * in the box but not in the region. The careful reader will note
273 * that this is the same as subtracting the region from the box...
285 RegionInverse(RegionPtr newReg, /* Destination region */
294 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
296 return pixman_region_contains_rectangle(region, prect);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86_OSlib.h99 #include <sys/region.h>
120 #include <sys/region.h>
H A Dregionstr.h63 * clip region
77 /* not a region */
273 * Take a region and a box and return a region that is everything
274 * in the box but not in the region. The careful reader will note
275 * that this is the same as subtracting the region from the box...
287 RegionInverse(RegionPtr newReg, /* Destination region */
296 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
298 return pixman_region_contains_rectangle(region, prect);
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess.h85 unsigned region, int write_enable);
88 unsigned region);
244 * When the region is mapped, this is the pointer to the memory.
255 * Base physical address of the region within its bus / domain.
269 * Base physical address of the region from the CPU's point of view.
272 * a mapping of the region to the CPU's virtual address space.
278 * Size, in bytes, of the region.
284 * Is the region I/O ports or memory?
289 * Is the memory region prefetchable?
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.h114 virtual void sltHandleSetVisibleRegion(QRegion region);
H A DUIMachineWindow.cpp233 void UIMachineWindow::setMask(const QRegion &region) argument
236 QMainWindow::setMask(region);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dregionstr.h63 * clip region
77 /* not a region */
273 * Take a region and a box and return a region that is everything
274 * in the box but not in the region. The careful reader will note
275 * that this is the same as subtracting the region from the box...
287 RegionInverse(RegionPtr newReg, /* Destination region */
296 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
298 return pixman_region_contains_rectangle(region, prect);
H A Dglamor_priv.h353 * of the fbo[i]. The reason why use boxes not region to
405 RegionPtr region; member in struct:glamor_pixmap_clipped_regions
702 RegionPtr region,
856 RegionPtr region, int *clipped_nbox,
862 RegionPtr region, int *n_region,
869 RegionPtr region,
881 RegionPtr region, Bool force_clip,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dregionstr.h63 * clip region
77 /* not a region */
277 * Take a region and a box and return a region that is everything
278 * in the box but not in the region. The careful reader will note
279 * that this is the same as subtracting the region from the box...
291 RegionInverse(RegionPtr newReg, /* Destination region */
300 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
302 return pixman_region_contains_rectangle(region, prect);
H A Dglamor_priv.h385 * of the fbo[i]. The reason why use boxes not region to
437 RegionPtr region; member in struct:glamor_pixmap_clipped_regions
721 RegionPtr region,
835 RegionPtr region, int *clipped_nbox,
841 RegionPtr region, int *n_region,
848 RegionPtr region,
860 RegionPtr region, Bool force_clip,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dregionstr.h64 * clip region
76 /* not a region */
248 * Take a region and a box and return a region that is everything
249 * in the box but not in the region. The careful reader will note
250 * that this is the same as subtracting the region from the box...
263 RegionPtr newReg, /* Destination region */
272 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
274 return pixman_region_contains_rectangle (region, prect);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dregionstr.h64 * clip region
76 /* not a region */
248 * Take a region and a box and return a region that is everything
249 * in the box but not in the region. The careful reader will note
250 * that this is the same as subtracting the region from the box...
263 RegionPtr newReg, /* Destination region */
272 RegionContainsRect(RegionPtr region, BoxPtr prect) argument
274 return pixman_region_contains_rectangle (region, prect);
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_drm.h310 /* There are 2 heaps (local/GART). Each region within a heap is a
722 int region; member in struct:drm_radeon_mem_alloc
729 int region; member in struct:drm_radeon_mem_free
734 int region; member in struct:drm_radeon_mem_init_heap
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_OSlib.h135 # include <sys/region.h>
162 # include <sys/region.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_OSlib.h133 # include <sys/region.h>
160 # include <sys/region.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86_OSlib.h118 # include <sys/region.h>
145 # include <sys/region.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_OSlib.h137 # include <sys/region.h>
164 # include <sys/region.h>
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_OSlib.h145 # include <sys/region.h>
169 # include <sys/region.h>

Completed in 128 milliseconds

12345