Lines Matching defs:dstRegion
3848 RegionPtr dstRegion,
3853 int dst_width = dstRegion->extents.x2 - dstRegion->extents.x1;
3854 int dst_height = dstRegion->extents.y2 - dstRegion->extents.y1;
3866 region_num_rects(dstRegion),
3867 REGION_EXTENTS(NULL, dstRegion)->x1,
3868 REGION_EXTENTS(NULL, dstRegion)->y1,
3869 REGION_EXTENTS(NULL, dstRegion)->x2,
3870 REGION_EXTENTS(NULL, dstRegion)->y2));
3928 src_offset_x = (float)frame->src.x1 / frame->width - dstRegion->extents.x1 * src_scale_x;
3931 src_offset_y = (float)frame->src.y1 / frame->height - dstRegion->extents.y1 * src_scale_y;
3938 box = region_rects(dstRegion);
3939 nbox = region_num_rects(dstRegion);
3969 sna_damage_add(&priv->gpu_damage, dstRegion);