Searched refs:curves (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleHairCurves.cpp39 SkPath curves; local
49 curves.moveTo(pts[0], pts[1]);
50 curves.cubicTo(pts[2], pts[3],
70 curves.moveTo(pts[0], pts[1]);
71 curves.quadTo(pts[2], pts[3],
90 curves.moveTo(pts[0], pts[1]);
91 curves.conicTo(pts[2], pts[3],
108 curves.moveTo(pts[0], pts[1]);
109 curves.lineTo(pts[2], pts[3]);
116 canvas->drawPath(curves, pain
[all...]
/external/skia/samplecode/
H A DSampleHairCurves.cpp39 SkPath curves; local
49 curves.moveTo(pts[0], pts[1]);
50 curves.cubicTo(pts[2], pts[3],
70 curves.moveTo(pts[0], pts[1]);
71 curves.quadTo(pts[2], pts[3],
90 curves.moveTo(pts[0], pts[1]);
91 curves.conicTo(pts[2], pts[3],
108 curves.moveTo(pts[0], pts[1]);
109 curves.lineTo(pts[2], pts[3]);
116 canvas->drawPath(curves, pain
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h64 struct bezier *curves,
H A Dbezier.c519 struct bezier *curves,
536 o = curves;
541 if ((stack_segments == 10) || (o - curves == max_curves - stack_segments)) {
554 } else if (res == Circle && max_curves - (o - curves) >= 2) {
576 debug_assert(o - curves <= max_curves);
577 return o - curves;
518 bezier_translate_by_normal(struct bezier *bez, struct bezier *curves, int max_curves, float normal_len, float threshold) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h64 struct bezier *curves,
H A Dbezier.c519 struct bezier *curves,
536 o = curves;
541 if ((stack_segments == 10) || (o - curves == max_curves - stack_segments)) {
554 } else if (res == Circle && max_curves - (o - curves) >= 2) {
576 debug_assert(o - curves <= max_curves);
577 return o - curves;
518 bezier_translate_by_normal(struct bezier *bez, struct bezier *curves, int max_curves, float normal_len, float threshold) argument
/external/openssl/apps/
H A Decparam.c345 EC_builtin_curve *curves = NULL; local
351 curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len));
353 if (curves == NULL)
356 if (!EC_get_builtin_curves(curves, crv_len))
358 OPENSSL_free(curves);
367 comment = curves[n].comment;
368 sname = OBJ_nid2sn(curves[n].nid);
378 OPENSSL_free(curves);
388 * and secp256r1 (which are the same as the curves
/external/openssl/crypto/ecdsa/
H A Decdsatest.c81 puts("Elliptic curves are disabled.");
286 EC_builtin_curve *curves = NULL; local
310 "with some internal curves:\n");
312 /* get a list of all internal curves */
315 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
317 if (curves == NULL)
323 if (!EC_get_builtin_curves(curves, crv_len))
325 BIO_printf(out, "unable to get internal curves\n");
334 nid = curves[n].nid;
520 if (curves)
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX962NamedCurves.java14 * table of the current named curves defined in X.962 EC-DSA.
523 static final Hashtable curves = new Hashtable(); field in class:X962NamedCurves
530 curves.put(oid, holder);
582 X9ECParametersHolder holder = (X9ECParametersHolder)curves.get(oid);
614 * returns an enumeration containing the name strings for curves
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c415 /* ECC curves from draft-ietf-tls-ecc-12.txt (Oct. 17, 2005) */
461 const uint16_t *curves; local
464 /* Only support named curves. */
470 tls1_get_curvelist(s, 0, &curves, &curves_len);
473 if (curve_id == curves[i])
519 const int *curves, size_t ncurves)
523 /* Bitmap of curves included to detect duplicates: only works
534 id = tls1_ec_nid2curve_id(curves[i]);
572 /* Set the named curve ID. Arbitrary explicit curves are not
592 const uint16_t *curves; local
518 tls1_set_curves(uint16_t **out_curve_ids, size_t *out_curve_ids_len, const int *curves, size_t ncurves) argument
1115 const uint16_t *curves; local
[all...]
H A Dssl_locl.h511 * supported signature algorithms or curves.
1050 /* tls1_set_curves converts the array of |ncurves| NIDs pointed to by |curves|
1055 const int *curves, size_t ncurves);
/external/openssl/crypto/ec/
H A Dectest.c84 int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); return 0; }
1255 EC_builtin_curve *curves = NULL; local
1261 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
1263 if (curves == NULL)
1266 if (!EC_get_builtin_curves(curves, crv_len))
1268 OPENSSL_free(curves);
1272 fprintf(stdout, "testing internal curves: ");
1277 int nid = curves[n].nid;
1306 OPENSSL_free(curves);
1312 * implementations of several NIST curves wit
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DSECNamedCurves.java936 static final Hashtable curves = new Hashtable(); field in class:SECNamedCurves
943 curves.put(oid, holder);
1006 X9ECParametersHolder holder = (X9ECParametersHolder)curves.get(oid);
1038 * returns an enumeration containing the name strings for curves
/external/libvorbis/lib/
H A Dpsy.c99 /* we add back in the ATH to avoid low level curves falling off to
100 -infinity and unnecessarily cutting off high level curves in the
117 /* copy curves into working space, replicate the 50dB curve to 30
134 /* normalize curves so the driving amplitude is 0dB */
135 /* make temp curves with the ATH overlayed */
143 /* Now limit the louder curves.
163 /* low frequency curves are measured with greater resolution than
172 /* which octave curves will we be compositing? */
388 const float **curves,
399 posts=curves[choic
387 seed_curve(float *seed, const float **curves, float amp, int oc, int n, int linesper,float dBoffset) argument
414 seed_loop(vorbis_look_psy *p, const float ***curves, const float *f, const float *flr, float *seed, float specmax) argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt19 when splitting curves at inflection pts, should I retain the original curve
172 T may be far enough that the curves diverge but don't cross.
/external/skia/experimental/Intersection/
H A DthingsToDo.txt19 when splitting curves at inflection pts, should I retain the original curve
172 T may be far enough that the curves diverge but don't cross.
/external/libvorbis/doc/
H A D04-codec.tex384 Floor curves are decoded one-by-one in channel order.
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 347 milliseconds