Lines Matching defs:dstRegion
1462 RegionPtr dstRegion,
1467 int dst_width = dstRegion->extents.x2 - dstRegion->extents.x1;
1468 int dst_height = dstRegion->extents.y2 - dstRegion->extents.y1;
1513 src_offset_x = (float)frame->src.x1 / frame->width - dstRegion->extents.x1 * src_scale_x;
1516 src_offset_y = (float)frame->src.y1 / frame->height - dstRegion->extents.y1 * src_scale_y;
1518 box = region_rects(dstRegion);
1519 nbox = region_num_rects(dstRegion);
1547 sna_damage_add(&priv->gpu_damage, dstRegion);