Lines Matching defs:dstRegion
5386 RegionPtr dstRegion,
5390 const BoxRec *pbox = region_rects(dstRegion);
5391 int nbox = region_num_rects(dstRegion);
5392 int dst_width = dstRegion->extents.x2 - dstRegion->extents.x1;
5393 int dst_height = dstRegion->extents.y2 - dstRegion->extents.y1;
5412 src_offset_x = (float)frame->src.x1 / frame->width - dstRegion->extents.x1 * src_scale_x;
5415 src_offset_y = (float)frame->src.y1 / frame->height - dstRegion->extents.y1 * src_scale_y;
5435 pix_xoff = -dstRegion->extents.x1;
5436 pix_yoff = -dstRegion->extents.y1;
5513 dst_bo, -dstRegion->extents.x1, -dstRegion->extents.y1,
5516 region_rects(dstRegion),
5517 region_num_rects(dstRegion));
5524 sna_damage_add(&priv->gpu_damage, dstRegion);
5525 sna_damage_subtract(&priv->cpu_damage, dstRegion);
5528 region_rects(dstRegion),
5529 region_num_rects(dstRegion),
5532 region_rects(dstRegion),
5533 region_num_rects(dstRegion),