~ubuntu-branches/ubuntu/saucy/gimp/saucy-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimpmath/html/libgimpmath.devhelp

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-02-22 23:47:53 UTC
  • mfrom: (1.1.25) (0.4.15 sid)
  • Revision ID: package-import@ubuntu.com-20120222234753-2a4wqdkb2bbx4mjb
Tags: 2.6.12-1ubuntu1
* Merge from Debian unstable (LP: #925674). Remaining Changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/patches/ghost-cursor.patch: fix Wacom tablet cursor events
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

* Drop poppler patch as it's been applied upstream
  - drop debian/patches/poppler0.18.patch
  - update debian/patches/series
* fix LP: #680521 - Embed page setup dialog functionality in the print dialog
  - add debian/patches/embed-page-setup-dialog.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="GIMP Math Library Reference Manual" link="index.html" author="" name="libgimpmath">
4
 
  <chapters>
5
 
    <sub name="GIMP Math Library" link="libgimpmath.html">
6
 
      <sub name="GimpMath" link="libgimpmath-GimpMath.html"/>
7
 
      <sub name="GimpMatrix" link="libgimpmath-GimpMatrix.html"/>
8
 
      <sub name="GimpVector" link="libgimpmath-GimpVector.html"/>
9
 
      <sub name="GimpMD5" link="libgimpmath-GimpMD5.html"/>
10
 
    </sub>
11
 
    <sub name="Index" link="libgimpmath-index.html"/>
12
 
    <sub name="Index of new symbols in GIMP 2.2" link="libgimpmath-index-new-in-2-2.html"/>
13
 
    <sub name="Index of new symbols in GIMP 2.4" link="libgimpmath-index-new-in-2-4.html"/>
14
 
    <sub name="Index of new symbols in GIMP 2.6" link="libgimpmath-index-new-in-2-6.html"/>
15
 
    <sub name="Index of deprecated symbols" link="libgimpmath-index-deprecated.html"/>
16
 
  </chapters>
17
 
  <functions>
18
 
    <function name="RINT()" link="libgimpmath-GimpMath.html#RINT:CAPS"/>
19
 
    <function name="ROUND()" link="libgimpmath-GimpMath.html#ROUND:CAPS"/>
20
 
    <function name="SQR()" link="libgimpmath-GimpMath.html#SQR:CAPS"/>
21
 
    <function name="MAX255()" link="libgimpmath-GimpMath.html#MAX255:CAPS"/>
22
 
    <function name="CLAMP0255()" link="libgimpmath-GimpMath.html#CLAMP0255:CAPS"/>
23
 
    <function name="gimp_deg_to_rad()" link="libgimpmath-GimpMath.html#gimp-deg-to-rad"/>
24
 
    <function name="gimp_rad_to_deg()" link="libgimpmath-GimpMath.html#gimp-rad-to-deg"/>
25
 
    <function name="GimpMatrix2" link="libgimpmath-GimpMatrix.html#GimpMatrix2"/>
26
 
    <function name="GimpMatrix3" link="libgimpmath-GimpMatrix.html#GimpMatrix3"/>
27
 
    <function name="GimpMatrix4" link="libgimpmath-GimpMatrix.html#GimpMatrix4"/>
28
 
    <function name="gimp_matrix2_identity ()" link="libgimpmath-GimpMatrix.html#gimp-matrix2-identity"/>
29
 
    <function name="gimp_matrix2_mult ()" link="libgimpmath-GimpMatrix.html#gimp-matrix2-mult"/>
30
 
    <function name="gimp_matrix3_identity ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-identity"/>
31
 
    <function name="gimp_matrix3_mult ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-mult"/>
32
 
    <function name="gimp_matrix3_translate ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-translate"/>
33
 
    <function name="gimp_matrix3_scale ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-scale"/>
34
 
    <function name="gimp_matrix3_rotate ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-rotate"/>
35
 
    <function name="gimp_matrix3_xshear ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-xshear"/>
36
 
    <function name="gimp_matrix3_yshear ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-yshear"/>
37
 
    <function name="gimp_matrix3_affine ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-affine"/>
38
 
    <function name="gimp_matrix3_transform_point ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-transform-point"/>
39
 
    <function name="gimp_matrix3_determinant ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-determinant"/>
40
 
    <function name="gimp_matrix3_invert ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-invert"/>
41
 
    <function name="gimp_matrix3_is_identity ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-identity"/>
42
 
    <function name="gimp_matrix3_is_diagonal ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-diagonal"/>
43
 
    <function name="gimp_matrix3_is_affine ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-affine"/>
44
 
    <function name="gimp_matrix3_is_simple ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-simple"/>
45
 
    <function name="gimp_matrix4_to_deg ()" link="libgimpmath-GimpMatrix.html#gimp-matrix4-to-deg"/>
46
 
    <function name="GIMP_TYPE_MATRIX2" link="libgimpmath-GimpMatrix.html#GIMP-TYPE-MATRIX2:CAPS"/>
47
 
    <function name="GIMP_TYPE_PARAM_MATRIX2" link="libgimpmath-GimpMatrix.html#GIMP-TYPE-PARAM-MATRIX2:CAPS"/>
48
 
    <function name="GIMP_IS_PARAM_SPEC_MATRIX2()" link="libgimpmath-GimpMatrix.html#GIMP-IS-PARAM-SPEC-MATRIX2:CAPS"/>
49
 
    <function name="gimp_param_spec_matrix2 ()" link="libgimpmath-GimpMatrix.html#gimp-param-spec-matrix2"/>
50
 
    <function name="GIMP_VALUE_HOLDS_MATRIX2()" link="libgimpmath-GimpMatrix.html#GIMP-VALUE-HOLDS-MATRIX2:CAPS"/>
51
 
    <function name="GimpVector2" link="libgimpmath-GimpVector.html#GimpVector2"/>
52
 
    <function name="GimpVector3" link="libgimpmath-GimpVector.html#GimpVector3"/>
53
 
    <function name="GimpVector4" link="libgimpmath-GimpVector.html#GimpVector4"/>
54
 
    <function name="gimp_vector2_new ()" link="libgimpmath-GimpVector.html#gimp-vector2-new"/>
55
 
    <function name="gimp_vector2_set ()" link="libgimpmath-GimpVector.html#gimp-vector2-set"/>
56
 
    <function name="gimp_vector2_length ()" link="libgimpmath-GimpVector.html#gimp-vector2-length"/>
57
 
    <function name="gimp_vector2_length_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-length-val"/>
58
 
    <function name="gimp_vector2_mul ()" link="libgimpmath-GimpVector.html#gimp-vector2-mul"/>
59
 
    <function name="gimp_vector2_mul_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-mul-val"/>
60
 
    <function name="gimp_vector2_normalize ()" link="libgimpmath-GimpVector.html#gimp-vector2-normalize"/>
61
 
    <function name="gimp_vector2_normalize_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-normalize-val"/>
62
 
    <function name="gimp_vector2_neg ()" link="libgimpmath-GimpVector.html#gimp-vector2-neg"/>
63
 
    <function name="gimp_vector2_neg_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-neg-val"/>
64
 
    <function name="gimp_vector2_add ()" link="libgimpmath-GimpVector.html#gimp-vector2-add"/>
65
 
    <function name="gimp_vector2_add_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-add-val"/>
66
 
    <function name="gimp_vector2_sub ()" link="libgimpmath-GimpVector.html#gimp-vector2-sub"/>
67
 
    <function name="gimp_vector2_sub_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-sub-val"/>
68
 
    <function name="gimp_vector2_inner_product ()" link="libgimpmath-GimpVector.html#gimp-vector2-inner-product"/>
69
 
    <function name="gimp_vector2_inner_product_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-inner-product-val"/>
70
 
    <function name="gimp_vector2_cross_product ()" link="libgimpmath-GimpVector.html#gimp-vector2-cross-product"/>
71
 
    <function name="gimp_vector2_cross_product_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-cross-product-val"/>
72
 
    <function name="gimp_vector2_rotate ()" link="libgimpmath-GimpVector.html#gimp-vector2-rotate"/>
73
 
    <function name="gimp_vector2_rotate_val ()" link="libgimpmath-GimpVector.html#gimp-vector2-rotate-val"/>
74
 
    <function name="gimp_vector3_new ()" link="libgimpmath-GimpVector.html#gimp-vector3-new"/>
75
 
    <function name="gimp_vector3_set ()" link="libgimpmath-GimpVector.html#gimp-vector3-set"/>
76
 
    <function name="gimp_vector3_length ()" link="libgimpmath-GimpVector.html#gimp-vector3-length"/>
77
 
    <function name="gimp_vector3_length_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-length-val"/>
78
 
    <function name="gimp_vector3_mul ()" link="libgimpmath-GimpVector.html#gimp-vector3-mul"/>
79
 
    <function name="gimp_vector3_mul_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-mul-val"/>
80
 
    <function name="gimp_vector3_normalize ()" link="libgimpmath-GimpVector.html#gimp-vector3-normalize"/>
81
 
    <function name="gimp_vector3_normalize_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-normalize-val"/>
82
 
    <function name="gimp_vector3_neg ()" link="libgimpmath-GimpVector.html#gimp-vector3-neg"/>
83
 
    <function name="gimp_vector3_neg_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-neg-val"/>
84
 
    <function name="gimp_vector3_add ()" link="libgimpmath-GimpVector.html#gimp-vector3-add"/>
85
 
    <function name="gimp_vector3_add_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-add-val"/>
86
 
    <function name="gimp_vector3_sub ()" link="libgimpmath-GimpVector.html#gimp-vector3-sub"/>
87
 
    <function name="gimp_vector3_sub_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-sub-val"/>
88
 
    <function name="gimp_vector3_inner_product ()" link="libgimpmath-GimpVector.html#gimp-vector3-inner-product"/>
89
 
    <function name="gimp_vector3_inner_product_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-inner-product-val"/>
90
 
    <function name="gimp_vector3_cross_product ()" link="libgimpmath-GimpVector.html#gimp-vector3-cross-product"/>
91
 
    <function name="gimp_vector3_cross_product_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-cross-product-val"/>
92
 
    <function name="gimp_vector3_rotate ()" link="libgimpmath-GimpVector.html#gimp-vector3-rotate"/>
93
 
    <function name="gimp_vector3_rotate_val ()" link="libgimpmath-GimpVector.html#gimp-vector3-rotate-val"/>
94
 
    <function name="gimp_vector_2d_to_3d ()" link="libgimpmath-GimpVector.html#gimp-vector-2d-to-3d"/>
95
 
    <function name="gimp_vector_2d_to_3d_val ()" link="libgimpmath-GimpVector.html#gimp-vector-2d-to-3d-val"/>
96
 
    <function name="gimp_vector_3d_to_2d ()" link="libgimpmath-GimpVector.html#gimp-vector-3d-to-2d"/>
97
 
    <function name="gimp_md5_get_digest ()" link="libgimpmath-GimpMD5.html#gimp-md5-get-digest"/>
98
 
  </functions>
99
 
</book>