Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_largepixmap.c122 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 Dregionstr.h157 RegionInitBoxes(RegionPtr pReg, BoxPtr boxes, int nBoxes) in RegionInitBoxes() function
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c133 if (pExaScr->prepare_access_reg && RegionInitBoxes(&reg, pbox, nbox)) { in ExaCheckCopyNtoN()
147 RegionInitBoxes(&reg, pbox, nbox)) { in ExaCheckCopyNtoN()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4817 RegionInitBoxes(region, rects, n); in drmmode_transform_region()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog93919 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