Searched refs:RegionInitBoxes (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_largepixmap.c | 122 RegionInitBoxes(&temp_region, &temp_box, 1); in __glamor_compute_clipped_regions() 278 RegionInitBoxes(&temp_region, &pad_box, 1); in _glamor_convert_pad_region() 517 RegionInitBoxes(&repeat_region, &repeat_box, 1); in _glamor_compute_clipped_regions() 569 RegionInitBoxes(&repeat_region, valid_repeat_box, 1); in _glamor_compute_clipped_regions() 635 RegionInitBoxes(&temp_region, &temp_box, 1); in _glamor_compute_clipped_regions() 731 RegionInitBoxes(temp_region, &short_box, 1); in glamor_compute_transform_clipped_regions()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | regionstr.h | 157 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) in RegionInitBoxes() function
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 133 if (pExaScr->prepare_access_reg && RegionInitBoxes(®, pbox, nbox)) { in ExaCheckCopyNtoN() 147 RegionInitBoxes(®, pbox, nbox)) { in ExaCheckCopyNtoN()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 4817 RegionInitBoxes(region, rects, n); in drmmode_transform_region()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 93919 Add RegionInitBoxes(), and fix some buggy callers of RegionInit(). 93933 This patch adds a new function RegionInitBoxes() and fixes those 93939 V2: Make RegionInitBoxes() return a Bool indicating whether the call
|