Method
MtkRegioncrop_and_scale
Declaration [src]
MtkRegion*
mtk_region_crop_and_scale (
  MtkRegion* region,
  graphene_rect_t* src_rect,
  int dst_width,
  int dst_height
)
Parameters
- src_rect
- 
            Type: graphene_rect_tNo description available. The data is owned by the caller of the method. 
- dst_width
- 
            Type: intNo description available. 
- dst_height
- 
            Type: intNo description available. 
Return value
Type: MtkRegion
No description available.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |