New upstream version 2.10.0~RC1
This commit is contained in:
@ -1,21 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<book xmlns="http://www.devhelp.net/book" title="GIMP Math Library Reference Manual" link="index.html" author="" name="libgimpmath" version="2" language="c">
|
||||
<chapters>
|
||||
<sub name="GIMP Math Library" link="libgimpmath.html">
|
||||
<sub name="GIMP Math Library" link="pt01.html">
|
||||
<sub name="GimpMath" link="libgimpmath-GimpMath.html"/>
|
||||
<sub name="GimpMatrix" link="libgimpmath-GimpMatrix.html"/>
|
||||
<sub name="GimpVector" link="libgimpmath-GimpVector.html"/>
|
||||
<sub name="GimpMD5" link="libgimpmath-GimpMD5.html"/>
|
||||
</sub>
|
||||
<sub name="Index" link="libgimpmath-index.html"/>
|
||||
<sub name="Index of new symbols in GIMP 2.2" link="libgimpmath-index-new-in-2-2.html"/>
|
||||
<sub name="Index of new symbols in GIMP 2.4" link="libgimpmath-index-new-in-2-4.html"/>
|
||||
<sub name="Index of new symbols in GIMP 2.6" link="libgimpmath-index-new-in-2-6.html"/>
|
||||
<sub name="Index of deprecated symbols" link="libgimpmath-index-deprecated.html"/>
|
||||
<sub name="Index" link="api-index-full.html"/>
|
||||
<sub name="Index of new symbols in GIMP 2.4" link="api-index-2-4.html"/>
|
||||
<sub name="Index of new symbols in GIMP 2.8" link="api-index-2-8.html"/>
|
||||
<sub name="Index of new symbols in GIMP 2.10" link="api-index-2-10.html"/>
|
||||
<sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
|
||||
</chapters>
|
||||
<functions>
|
||||
<keyword type="macro" name="RINT()" link="libgimpmath-GimpMath.html#RINT:CAPS"/>
|
||||
<keyword type="macro" name="ROUND()" link="libgimpmath-GimpMath.html#ROUND:CAPS"/>
|
||||
<keyword type="macro" name="SIGNED_ROUND()" link="libgimpmath-GimpMath.html#SIGNED-ROUND:CAPS"/>
|
||||
<keyword type="macro" name="SQR()" link="libgimpmath-GimpMath.html#SQR:CAPS"/>
|
||||
<keyword type="macro" name="MAX255()" link="libgimpmath-GimpMath.html#MAX255:CAPS"/>
|
||||
<keyword type="macro" name="CLAMP0255()" link="libgimpmath-GimpMath.html#CLAMP0255:CAPS"/>
|
||||
@ -36,14 +37,14 @@
|
||||
<keyword type="function" name="gimp_matrix3_invert ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-invert"/>
|
||||
<keyword type="function" name="gimp_matrix3_is_identity ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-identity"/>
|
||||
<keyword type="function" name="gimp_matrix3_is_diagonal ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-diagonal"/>
|
||||
<keyword type="function" name="gimp_matrix3_is_affine ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-affine" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="gimp_matrix3_is_affine ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-affine" since="2.4"/>
|
||||
<keyword type="function" name="gimp_matrix3_is_simple ()" link="libgimpmath-GimpMatrix.html#gimp-matrix3-is-simple"/>
|
||||
<keyword type="function" name="gimp_matrix4_to_deg ()" link="libgimpmath-GimpMatrix.html#gimp-matrix4-to-deg"/>
|
||||
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_MATRIX2()" link="libgimpmath-GimpMatrix.html#GIMP-IS-PARAM-SPEC-MATRIX2:CAPS"/>
|
||||
<keyword type="function" name="gimp_param_spec_matrix2 ()" link="libgimpmath-GimpMatrix.html#gimp-param-spec-matrix2" since="GIMP 2.4"/>
|
||||
<keyword type="function" name="gimp_param_spec_matrix2 ()" link="libgimpmath-GimpMatrix.html#gimp-param-spec-matrix2" since="2.4"/>
|
||||
<keyword type="macro" name="GIMP_VALUE_HOLDS_MATRIX2()" link="libgimpmath-GimpMatrix.html#GIMP-VALUE-HOLDS-MATRIX2:CAPS"/>
|
||||
<keyword type="macro" name="GIMP_IS_PARAM_SPEC_MATRIX3()" link="libgimpmath-GimpMatrix.html#GIMP-IS-PARAM-SPEC-MATRIX3:CAPS"/>
|
||||
<keyword type="function" name="gimp_param_spec_matrix3 ()" link="libgimpmath-GimpMatrix.html#gimp-param-spec-matrix3" since="GIMP 2.8"/>
|
||||
<keyword type="function" name="gimp_param_spec_matrix3 ()" link="libgimpmath-GimpMatrix.html#gimp-param-spec-matrix3" since="2.8"/>
|
||||
<keyword type="macro" name="GIMP_VALUE_HOLDS_MATRIX3()" link="libgimpmath-GimpMatrix.html#GIMP-VALUE-HOLDS-MATRIX3:CAPS"/>
|
||||
<keyword type="struct" name="struct GimpMatrix2" link="libgimpmath-GimpMatrix.html#GimpMatrix2"/>
|
||||
<keyword type="struct" name="struct GimpMatrix3" link="libgimpmath-GimpMatrix.html#GimpMatrix3"/>
|
||||
@ -100,7 +101,7 @@
|
||||
<keyword type="struct" name="struct GimpVector2" link="libgimpmath-GimpVector.html#GimpVector2"/>
|
||||
<keyword type="struct" name="struct GimpVector3" link="libgimpmath-GimpVector.html#GimpVector3"/>
|
||||
<keyword type="struct" name="struct GimpVector4" link="libgimpmath-GimpVector.html#GimpVector4"/>
|
||||
<keyword type="function" name="gimp_md5_get_digest ()" link="libgimpmath-GimpMD5.html#gimp-md5-get-digest"/>
|
||||
<keyword type="function" name="gimp_md5_get_digest ()" link="libgimpmath-GimpMD5.html#gimp-md5-get-digest" deprecated=""/>
|
||||
<keyword type="member" name="GimpMatrix2.coeff" link="libgimpmath-GimpMatrix.html#GimpMatrix2.coeff"/>
|
||||
<keyword type="member" name="GimpMatrix3.coeff" link="libgimpmath-GimpMatrix.html#GimpMatrix3.coeff"/>
|
||||
<keyword type="member" name="GimpMatrix4.coeff" link="libgimpmath-GimpMatrix.html#GimpMatrix4.coeff"/>
|
||||
|
Reference in New Issue
Block a user