mirror of https://github.com/GNOME/gimp.git
updated. regenerated.
2004-10-27 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt: updated. * libgimp/tmpl/gimpdrawabletransform.sgml: regenerated.
This commit is contained in:
parent
d0ab9a7470
commit
ac823b18a7
|
@ -1,3 +1,8 @@
|
|||
2004-10-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt: updated.
|
||||
* libgimp/tmpl/gimpdrawabletransform.sgml: regenerated.
|
||||
|
||||
2004-10-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/tmpl/gimpdrawabletransform.sgml: new file.
|
||||
|
|
|
@ -334,6 +334,7 @@ gimp_drawable_transform_rotate
|
|||
gimp_drawable_transform_scale
|
||||
gimp_drawable_transform_shear
|
||||
gimp_drawable_transform_2d
|
||||
gimp_drawable_transform_matrix
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -37,16 +37,19 @@ gimpdrawabletransform
|
|||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@x0:
|
||||
@y0:
|
||||
@x1:
|
||||
@y1:
|
||||
@x2:
|
||||
@y2:
|
||||
@transform_direction:
|
||||
@interpolation:
|
||||
@supersample:
|
||||
@recursion_level:
|
||||
@clip_result:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@x2:
|
||||
@y2:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_transform_perspective ##### -->
|
||||
|
@ -78,14 +81,17 @@ gimpdrawabletransform
|
|||
|
||||
@drawable_ID:
|
||||
@angle:
|
||||
@cx:
|
||||
@cy:
|
||||
@center_x:
|
||||
@center_y:
|
||||
@transform_direction:
|
||||
@interpolation:
|
||||
@supersample:
|
||||
@recursion_level:
|
||||
@clip_result:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@cx:
|
||||
@cy:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_transform_scale ##### -->
|
||||
|
@ -143,3 +149,26 @@ gimpdrawabletransform
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_transform_matrix ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@coeff_0_0:
|
||||
@coeff_0_1:
|
||||
@coeff_0_2:
|
||||
@coeff_1_0:
|
||||
@coeff_1_1:
|
||||
@coeff_1_2:
|
||||
@coeff_2_0:
|
||||
@coeff_2_1:
|
||||
@coeff_2_2:
|
||||
@transform_direction:
|
||||
@interpolation:
|
||||
@supersample:
|
||||
@recursion_level:
|
||||
@clip_result:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue