Lines Matching defs:dstRegion
3940 RegionPtr dstRegion,
3945 int dst_width = dstRegion->extents.x2 - dstRegion->extents.x1;
3946 int dst_height = dstRegion->extents.y2 - dstRegion->extents.y1;
3958 region_num_rects(dstRegion),
3959 REGION_EXTENTS(NULL, dstRegion)->x1,
3960 REGION_EXTENTS(NULL, dstRegion)->y1,
3961 REGION_EXTENTS(NULL, dstRegion)->x2,
3962 REGION_EXTENTS(NULL, dstRegion)->y2));
4020 src_offset_x = (float)frame->src.x1 / frame->width - dstRegion->extents.x1 * src_scale_x;
4023 src_offset_y = (float)frame->src.y1 / frame->height - dstRegion->extents.y1 * src_scale_y;
4030 box = region_rects(dstRegion);
4031 nbox = region_num_rects(dstRegion);
4061 sna_damage_add(&priv->gpu_damage, dstRegion);