~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimpmath/gimpmath.def

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
EXPORTS
 
2
        gimp_matrix2_get_type
2
3
        gimp_matrix2_identity
3
4
        gimp_matrix2_mult
4
5
        gimp_matrix3_affine
5
6
        gimp_matrix3_determinant
6
7
        gimp_matrix3_identity
7
8
        gimp_matrix3_invert
 
9
        gimp_matrix3_is_affine
8
10
        gimp_matrix3_is_diagonal
9
11
        gimp_matrix3_is_identity
10
12
        gimp_matrix3_is_simple
17
19
        gimp_matrix3_yshear
18
20
        gimp_matrix4_to_deg
19
21
        gimp_md5_get_digest
 
22
        gimp_param_matrix2_get_type
 
23
        gimp_param_spec_matrix2
20
24
        gimp_vector2_add
21
25
        gimp_vector2_add_val
22
26
        gimp_vector2_cross_product
60
64
        gimp_vector_2d_to_3d
61
65
        gimp_vector_2d_to_3d_val
62
66
        gimp_vector_3d_to_2d
63