Top |
GdkPixbuf * | ev_document_misc_get_thumbnail_frame () |
void | ev_document_misc_get_page_border_size () |
void | ev_document_misc_paint_one_page () |
cairo_surface_t * | ev_document_misc_surface_from_pixbuf () |
GdkPixbuf * | ev_document_misc_pixbuf_from_surface () |
cairo_surface_t * | ev_document_misc_surface_rotate_and_scale () |
void | ev_document_misc_invert_surface () |
void | ev_document_misc_invert_pixbuf () |
GdkPixbuf * ev_document_misc_get_thumbnail_frame (int width
,int height
,GdkPixbuf *source_pixbuf
);
void ev_document_misc_get_page_border_size (gint page_width
,gint page_height
,GtkBorder *border
);
ev_document_misc_get_page_border_size
is deprecated and should not be used in newly-written code.
void ev_document_misc_paint_one_page (cairo_t *cr
,GtkWidget *widget
,GdkRectangle *area
,GtkBorder *border
,gboolean highlight
,gboolean inverted_colors
);
ev_document_misc_paint_one_page
is deprecated and should not be used in newly-written code.
cairo_surface_t *
ev_document_misc_surface_from_pixbuf (GdkPixbuf *pixbuf
);
GdkPixbuf *
ev_document_misc_pixbuf_from_surface (cairo_surface_t *surface
);
cairo_surface_t * ev_document_misc_surface_rotate_and_scale (cairo_surface_t *surface
,gint dest_width
,gint dest_height
,gint dest_rotation
);