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.45 by root, Mon Jul 2 03:57:53 2012 UTC vs.
Revision 1.46 by root, Fri Aug 10 20:07:10 2012 UTC

129 rxvt_img *scale (int new_width, int new_height); 129 rxvt_img *scale (int new_width, int new_height);
130 rxvt_img *rotate (int cx, int cy, nv phi); 130 rxvt_img *rotate (int cx, int cy, nv phi);
131 rxvt_img *convert_format (XRenderPictFormat *format, const rgba &bg); 131 rxvt_img *convert_format (XRenderPictFormat *format, const rgba &bg);
132 rxvt_img *tint (const rgba &c); 132 rxvt_img *tint (const rgba &c);
133 rxvt_img *filter (const char *name, int nparams = 0, nv *params = 0); 133 rxvt_img *filter (const char *name, int nparams = 0, nv *params = 0);
134 rxvt_img *muladd (nv mul, nv add); // general multiply and add, implemen ted as the biggets hack ever :/ 134 rxvt_img *muladd (nv mul, nv add); // general multiply and add, implemented as the biggest hack ever :/
135 135
136 // egregiuous helper category 136 // egregiuous helper category
137 rxvt_img *replace (rxvt_img *&p) 137 rxvt_img *replace (rxvt_img *&p)
138 { 138 {
139 delete p; 139 delete p;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines