Top | ![]() |
![]() |
![]() |
![]() |
void ev_document_misc_get_pointer_position (GtkWidget *widget
,gint *x
,gint *y
);
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
);
GdkPixbuf * ev_document_misc_render_loading_thumbnail (GtkWidget *widget
,int width
,int height
,gboolean inverted_colors
);
widget |
a GtkWidget to use for style information |
|
width |
the desired width |
|
height |
the desired height |
|
inverted_colors |
whether to invert colors |
Since: 3.8
GdkPixbuf * ev_document_misc_render_thumbnail_with_frame (GtkWidget *widget
,GdkPixbuf *source_pixbuf
);
Since: 3.8
cairo_surface_t * ev_document_misc_render_loading_thumbnail_surface (GtkWidget *widget
,int width
,int height
,gboolean inverted_colors
);
widget |
a GtkWidget to use for style information |
|
width |
the desired width |
|
height |
the desired height |
|
inverted_colors |
whether to invert colors |
Since: 3.14
cairo_surface_t * ev_document_misc_render_thumbnail_surface_with_frame (GtkWidget *widget
,cairo_surface_t *source_surface
,int width
,int height
);
widget |
a GtkWidget to use for style information |
|
source_surface |
||
width |
the desired width |
|
height |
the desired height |
Since: 3.14
GdkPixbuf * ev_document_misc_get_loading_thumbnail (int width
,int height
,gboolean inverted_colors
);
ev_document_misc_get_loading_thumbnail
is deprecated and should not be used in newly-written code.
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.