Function
EvinceDocumentDocumentmisc_surface_rotate_and_scale
Declaration [src]
cairo_surface_t*
ev_document_misc_surface_rotate_and_scale (
  cairo_surface_t* surface,
  gint dest_width,
  gint dest_height,
  gint dest_rotation
)
Parameters
- surface
- 
            Type: cairo_surface_tNo description available. The data is owned by the caller of the function. 
- dest_width
- 
            Type: gintNo description available. 
- dest_height
- 
            Type: gintNo description available. 
- dest_rotation
- 
            Type: gintNo description available. 
Return value
Type: cairo_surface_t
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |