Lines Matching defs:dstRegion
1687 RegionPtr dstRegion,
1692 int dst_width = dstRegion->extents.x2 - dstRegion->extents.x1;
1693 int dst_height = dstRegion->extents.y2 - dstRegion->extents.y1;
1705 region_num_rects(dstRegion),
1706 REGION_EXTENTS(NULL, dstRegion)->x1,
1707 REGION_EXTENTS(NULL, dstRegion)->y1,
1708 REGION_EXTENTS(NULL, dstRegion)->x2,
1709 REGION_EXTENTS(NULL, dstRegion)->y2));
1750 src_offset_x = (float)frame->src.x1 / frame->width - dstRegion->extents.x1 * src_scale_x;
1753 src_offset_y = (float)frame->src.y1 / frame->height - dstRegion->extents.y1 * src_scale_y;
1755 box = region_rects(dstRegion);
1756 nbox = region_num_rects(dstRegion);
1777 sna_damage_add(&priv->gpu_damage, dstRegion);