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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.163 by root, Mon Jun 4 16:12:55 2012 UTC vs.
Revision 1.164 by root, Mon Jun 4 18:17:25 2012 UTC

2097 2097
2098rxvt_img * 2098rxvt_img *
2099rxvt_img::clone () 2099rxvt_img::clone ()
2100 2100
2101rxvt_img * 2101rxvt_img *
2102rxvt_img::scale (int new_width, int new_height)
2103
2104rxvt_img *
2105rxvt_img::transform (int new_width, int new_height, int repeat, NV p11, NV p12, NV p13, NV p21, NV p22, NV p23, NV p31, NV p32, NV p33) 2102rxvt_img::transform (int new_width, int new_height, int repeat, NV p11, NV p12, NV p13, NV p21, NV p22, NV p23, NV p31, NV p32, NV p33)
2106 INIT: 2103 INIT:
2107 double matrix[9] = { 2104 double matrix[9] = {
2108 p11, p12, p13, 2105 p11, p12, p13,
2109 p21, p22, p23, 2106 p21, p22, p23,
2110 p31, p32, p33 2107 p31, p32, p33
2111 }; 2108 };
2112 C_ARGS: new_width, new_height, repeat, matrix 2109 C_ARGS: new_width, new_height, repeat, matrix
2113 2110
2111rxvt_img *
2112rxvt_img::scale (int new_width, int new_height)
2113
2114rxvt_img *
2115rxvt_img::rotate (int new_width, int new_height, int repeat, int x, int y, NV phi)
2116
2114#endif 2117#endif
2115 2118

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines