Searched defs:boxes (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dregionstr.h153 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
155 return pixman_region_init_rects(pReg, boxes, nBoxes);
H A Dglamor_utils.h780 glamor_calculate_boxes_bound(BoxPtr bound, BoxPtr boxes, int nbox) argument
789 if (x_min > boxes[i].x1)
790 x_min = boxes[i].x1;
791 if (y_min > boxes[i].y1)
792 y_min = boxes[i].y1;
794 if (x_max < boxes[i].x2)
795 x_max = boxes[i].x2;
796 if (y_max < boxes[i].y2)
797 y_max = boxes[i].y2;
806 glamor_translate_boxes(BoxPtr boxes, in argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dregionstr.h157 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
159 return pixman_region_init_rects(pReg, boxes, nBoxes);
H A Dglamor_utils.h702 glamor_calculate_boxes_bound(BoxPtr bound, BoxPtr boxes, int nbox) argument
711 if (x_min > boxes[i].x1)
712 x_min = boxes[i].x1;
713 if (y_min > boxes[i].y1)
714 y_min = boxes[i].y1;
716 if (x_max < boxes[i].x2)
717 x_max = boxes[i].x2;
718 if (y_max < boxes[i].y2)
719 y_max = boxes[i].y2;
728 glamor_translate_boxes(BoxPtr boxes, in argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dregionstr.h135 static inline Bool RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
137 return pixman_region_init_rects (pReg, boxes, nBoxes);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dregionstr.h135 static inline Bool RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
137 return pixman_region_init_rects (pReg, boxes, nBoxes);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dregionstr.h153 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
155 return pixman_region_init_rects(pReg, boxes, nBoxes);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dregionstr.h153 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
155 return pixman_region_init_rects(pReg, boxes, nBoxes);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dregionstr.h153 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) argument
155 return pixman_region_init_rects(pReg, boxes, nBoxes);
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dmach64_drm.h133 struct drm_clip_rect boxes[MACH64_NR_SAREA_CLIPRECTS]; member in struct:drm_mach64_sarea
H A Dvia_drm.h190 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member in struct:_drm_via_sarea
H A Dmga_drm.h184 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member in struct:_drm_mga_sarea
189 * exported_ fields and puts the cliprects into boxes, above.
192 * clobbering the boxes data.
H A Dr128_drm.h156 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member in struct:drm_r128_sarea
H A Dradeon_drm.h440 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member in struct:__anon3660
654 struct drm_clip_rect __user *boxes; member in struct:drm_radeon_cmd_buffer

Completed in 404 milliseconds