ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtimg.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtimg.h (file contents):
Revision 1.9 by root, Mon Jun 4 15:53:12 2012 UTC vs.
Revision 1.10 by root, Mon Jun 4 18:17:25 2012 UTC

38 void contrast (double r, double g, double b, double a = 1.); 38 void contrast (double r, double g, double b, double a = 1.);
39 bool render_pixbuf (GdkPixbuf *pixbuf, int src_x, int src_y, int width, int height, int dst_x, int dst_y); 39 bool render_pixbuf (GdkPixbuf *pixbuf, int src_x, int src_y, int width, int height, int dst_x, int dst_y);
40 40
41 // copy 41 // copy
42 rxvt_img *clone (); 42 rxvt_img *clone ();
43 rxvt_img *transform (int new_width, int new_height, int repeat, double matrix[9]);
43 rxvt_img *scale (int new_width, int new_height); 44 rxvt_img *scale (int new_width, int new_height);
44 rxvt_img *transform (int new_width, int new_height, int repeat, double matrix[9]); 45 rxvt_img *rotate (int new_width, int new_height, int repeat, int x, int y, double phi);
45 rxvt_img *convert_to (XRenderPictFormat *format); 46 rxvt_img *convert_to (XRenderPictFormat *format);
46}; 47};
47 48
48#endif 49#endif
49 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines