Home
last modified time | relevance | path

Searched refs:curves (Results 1 – 25 of 31) sorted by relevance

12

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DIpoHelper.java8 import com.jme3.scene.plugins.blender.curves.BezierCurve;
54 List<Structure> curves = curvebase.evaluateListBase(blenderContext);// IpoCurve in fromIpoStructure() local
55 if (curves.size() > 0) { in fromIpoStructure()
56 BezierCurve[] bezierCurves = new BezierCurve[curves.size()]; in fromIpoStructure()
58 for (Structure curve : curves) { in fromIpoStructure()
64 curves.clear(); in fromIpoStructure()
86 …List<Structure> curves = ((Structure) actionStructure.getFieldValue("curves")).evaluateListBase(bl… in fromAction() local
87 if (curves.size() > 0) { in fromAction()
88 BezierCurve[] bezierCurves = new BezierCurve[curves.size()]; in fromAction()
90 for (Structure curve : curves) { in fromAction()
[all …]
DIpo.java9 import com.jme3.scene.plugins.blender.curves.BezierCurve;
DArmatureHelper.java47 import com.jme3.scene.plugins.blender.curves.BezierCurve;
/external/skia/samplecode/
DSampleHairCurves.cpp38 SkPath curves; in onDrawContent() local
48 curves.moveTo(pts[0], pts[1]); in onDrawContent()
49 curves.cubicTo(pts[2], pts[3], in onDrawContent()
69 curves.moveTo(pts[0], pts[1]); in onDrawContent()
70 curves.quadTo(pts[2], pts[3], in onDrawContent()
86 curves.moveTo(pts[0], pts[1]); in onDrawContent()
87 curves.lineTo(pts[2], pts[3]); in onDrawContent()
94 canvas->drawPath(curves, paint); in onDrawContent()
/external/openssl/crypto/ecdsa/
Decdsatest.c286 EC_builtin_curve *curves = NULL; in test_builtin() local
315 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len); in test_builtin()
317 if (curves == NULL) in test_builtin()
323 if (!EC_get_builtin_curves(curves, crv_len)) in test_builtin()
334 nid = curves[n].nid; in test_builtin()
520 if (curves) in test_builtin()
521 OPENSSL_free(curves); in test_builtin()
/external/openssl/apps/
Decparam.c345 EC_builtin_curve *curves = NULL; in MAIN() local
351 curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len)); in MAIN()
353 if (curves == NULL) in MAIN()
356 if (!EC_get_builtin_curves(curves, crv_len)) in MAIN()
358 OPENSSL_free(curves); in MAIN()
367 comment = curves[n].comment; in MAIN()
368 sname = OBJ_nid2sn(curves[n].nid); in MAIN()
378 OPENSSL_free(curves); in MAIN()
/external/dropbear/libtomcrypt/notes/
Dtech0006.txt56 The ANSI X9.62 and X9.63 algorithms [partial]. Supports all NIST GF(p) curves.
58 Key Format : Homebrew [see below, only GF(p) NIST curves supported]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX962NamedCurves.java523 static final Hashtable curves = new Hashtable(); field in X962NamedCurves
530 curves.put(oid, holder); in defineCurve()
582 X9ECParametersHolder holder = (X9ECParametersHolder)curves.get(oid); in getByOID()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DObjectHelper.java59 import com.jme3.scene.plugins.blender.curves.CurvesHelper;
186 List<Geometry> curves = curvesHelper.toCurve(curveData, blenderContext); in toObject() local
188 for(Geometry curve : curves) { in toObject()
/external/openssl/crypto/ec/
Dectest.c1219 EC_builtin_curve *curves = NULL; in internal_curve_test() local
1225 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len); in internal_curve_test()
1227 if (curves == NULL) in internal_curve_test()
1230 if (!EC_get_builtin_curves(curves, crv_len)) in internal_curve_test()
1232 OPENSSL_free(curves); in internal_curve_test()
1241 int nid = curves[n].nid; in internal_curve_test()
1270 OPENSSL_free(curves); in internal_curve_test()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DBezierCurve.java1 package com.jme3.scene.plugins.blender.curves;
DCurvesHelper.java1 package com.jme3.scene.plugins.blender.curves;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
DSECNamedCurves.java920 static final Hashtable curves = new Hashtable(); field in SECNamedCurves
927 curves.put(oid, holder); in defineCurve()
990 X9ECParametersHolder holder = (X9ECParametersHolder)curves.get(oid); in getByOID()
/external/libvorbis/lib/
Dpsy.c388 const float **curves, in seed_curve() argument
399 posts=curves[choice]; in seed_curve()
415 const float ***curves, in seed_loop() argument
441 curves[oc], in seed_loop()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
DBlenderLoader.java48 import com.jme3.scene.plugins.blender.curves.CurvesHelper;
/external/openssh/
DPROTOCOL50 and ecdsa-sha2-nistp521 curves over GF(p) are supported. Elliptic
DChangeLog1189 three REQUIRED curves nistp256, nistp384 and nistp521 and only ECDH and
/external/openssl/crypto/objects/
Dobjects.txt92 # SECG prime curves OIDs
110 # SECG characteristic two curves OIDs
/external/dropbear/libtomcrypt/
Dcrypt.tex3603 Diffie-Hellman routines in the previous chapter. Elliptic curves (of certain forms) have the benef…
3608 The curves in this library are taken from the following website:
3613 … v1.15 three new curves from the SECG standards are also included they are the secp112r1, secp128r…
3616 They are all curves over the integers modulo a prime. The curves have the basic equation that is:
3622 …to $p$ that is $\vert \vert \phi(\beta) \vert \vert \approx \vert \vert p \vert \vert$. The curves
3664 In the case of LibTomCrypt, it is meant \textbf{solely} for NIST and SECG $GF(p)$ curves. The form…
3694 extended ECC functions which allow the user to specify their own curves.
3941 …signature code is an implementation of X9.62 EC--DSA, and the output is compliant for GF(p) curves.
6290 /** ECC GF(p) point multiplication (from the NIST curves)
6409 The ECC system in LibTomCrypt is based off of the NIST recommended curves over $GF(p)$ and is used …
Dchanges59 -- Added SECP curves for 112, 128, and 160 bits (only the 'r1' curves)
191 -- ECC timing demo now capable of detecting which curves have been defined
250 -- Removed ECC-160 from timing and added the other curves
/external/libvorbis/doc/
D04-codec.tex384 Floor curves are decoded one-by-one in channel order.
/external/skia/src/animator/
DSkAnimateSchema.xsd2012 Path creates a geometry out of lines and curves.
/external/jmonkeyengine/
DNOTICE995 ==> engine/src/blender/com/jme3/scene/plugins/blender/curves/CurvesHelper.java <==
1000 ==> engine/src/blender/com/jme3/scene/plugins/blender/curves/BezierCurve.java <==
1002 …* A class that helps to calculate the bezier curves calues. It uses doubles for performing calcula…
1013 * This class helps to compute values from interpolation curves for features
1014 * like animation or constraint influence. The curves are 3rd degree bezier
1015 * curves.
1053 * This class is used to calculate bezier curves value for the given frames. The
1054 * Ipo (interpolation object) consists of several b-spline curves (connected 3rd
1055 * degree bezier curves) of a different type.
10213 * This class offers methods to help with curves and surfaces calculations.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf3491 N^V "curves" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf3916 N^V "curves" :G2P

12