/external/skia/samplecode/ |
SampleHairCurves.cpp | 39 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, paint) [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.h | 64 struct bezier *curves,
|
bezier.c | 519 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;
|
/cts/apps/CameraITS/tests/scene1/ |
test_capture_result.py | 163 curves = [cap_res["android.tonemap.curveRed"], 174 print "Tonemap:", curves[0][1::16] 198 for c in curves:
|
/external/boringssl/src/ssl/ |
s3_lib.c | 389 int SSL_CTX_set1_curves(SSL_CTX *ctx, const int *curves, size_t curves_len) { 391 &ctx->tlsext_ellipticcurvelist_length, curves, 395 int SSL_set1_curves(SSL *ssl, const int *curves, size_t curves_len) { 397 &ssl->tlsext_ellipticcurvelist_length, curves,
|
t1_lib.c | 370 const uint16_t *curves, *peer_curves, *pref, *supp; local 378 tls1_get_curvelist(ssl, 0 /* local curves */, &curves, &curves_len); 379 tls1_get_curvelist(ssl, 1 /* peer curves */, &peer_curves, &peer_curves_len); 393 pref = curves; 400 supp = curves; 417 const int *curves, size_t ncurves) { 427 if (!ssl_nid_to_curve_id(&curve_ids[i], curves[i])) { 464 /* Set the named curve ID. Arbitrary explicit curves are not supported. */ 485 const uint16_t *curves; local 1914 const uint16_t *curves; local [all...] |
internal.h | 517 /* ECDH curves. */ [all...] |
/external/jemalloc/include/jemalloc/internal/ |
smoothstep.sh | 66 * sigmoidal curves (https://en.wikipedia.org/wiki/Smoothstep) that grow from 0
|
/external/skia/experimental/docs/ |
animationCommon.js | 116 var curves = display.draw[i]; 117 var curve = Object.keys(curves)[0]; 119 copy[i][curve] = curves[curve].slice(0); // clone the array of curves
|
exampleSlides.js | 184 "string":"Some curves initially occupy", "x":400, "y":200
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X962NamedCurves.java | 14 * table of the current named curves defined in X.962 EC-DSA. 173 * F2m Curves 544 static final Hashtable curves = new Hashtable(); field in class:X962NamedCurves 551 curves.put(oid, holder); 597 X9ECParametersHolder holder = (X9ECParametersHolder)curves.get(oid); 623 * returns an enumeration containing the name strings for curves
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCurves.java | 147 private ImageFilterCurves curves() { method in class:ImageCurves 189 if (curves() == null) { 202 // We only display the other channels curves when showing the RGB curve 246 return "Curves"; 293 if (curves() == null) {
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyAttestationTest.java | 135 String[] curves = { local 150 for (int curveIndex = 0; curveIndex < curves.length; ++curveIndex) { 156 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]); 159 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]); [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
SECNamedCurves.java | 985 static final Hashtable curves = new Hashtable(); field in class:SECNamedCurves [all...] |
/external/libvorbis/lib/ |
psy.c | 99 /* 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[choice] [all...] |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
elliptic.go | 5 // Package elliptic implements several standard elliptic curves over prime 75 // 0) is not on the any of the curves handled here.
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
elliptic.go | 5 // Package elliptic implements several standard elliptic curves over prime 75 // 0) is not on the any of the curves handled here.
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
common.go | 228 // SupportedCurves lists the elliptic curves supported by the client. 229 // SupportedCurves is set only if the Supported Elliptic Curves 345 // CurvePreferences contains the elliptic curves that will be used in
|
key_agreement.go | 199 return nil, errors.New("tls: no supported elliptic curves offered")
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
common.go | 228 // SupportedCurves lists the elliptic curves supported by the client. 229 // SupportedCurves is set only if the Supported Elliptic Curves 345 // CurvePreferences contains the elliptic curves that will be used in
|
key_agreement.go | 199 return nil, errors.New("tls: no supported elliptic curves offered")
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
cam_types.h | 1913 cam_tonemap_curve_t curves[3]; member in struct:__anon3875 [all...] |
/device/lge/bullhead/camera/QCamera2/stack/common/ |
cam_types.h | 1913 cam_tonemap_curve_t curves[3]; member in struct:__anon4786 [all...] |
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_types.h | 1481 cam_tonemap_curve_t curves[3]; member in struct:__anon5941 [all...] |
/external/boringssl/src/ssl/test/runner/ |
key_agreement.go | 315 // Per draft-irtf-cfrg-curves-11, reject the all-zero value in constant 547 return nil, errors.New("tls: no supported elliptic curves offered")
|