Lines Matching defs:dstRegion
3262 RegionPtr dstRegion,
3266 const BoxRec *pbox = region_rects(dstRegion);
3267 int nbox = region_num_rects(dstRegion);
3268 int dst_width = dstRegion->extents.x2 - dstRegion->extents.x1;
3269 int dst_height = dstRegion->extents.y2 - dstRegion->extents.y1;
3288 src_offset_x = (float)frame->src.x1 / frame->width - dstRegion->extents.x1 * src_scale_x;
3291 src_offset_y = (float)frame->src.y1 / frame->height - dstRegion->extents.y1 * src_scale_y;
3311 pix_xoff = -dstRegion->extents.x1;
3312 pix_yoff = -dstRegion->extents.y1;
3390 dst_bo, -dstRegion->extents.x1, -dstRegion->extents.y1,
3393 region_rects(dstRegion),
3394 region_num_rects(dstRegion));
3401 sna_damage_add(&priv->gpu_damage, dstRegion);
3404 region_rects(dstRegion),
3405 region_num_rects(dstRegion),