/external/skia/src/gpu/ccpr/ |
GrCCCubicShader.cpp | 61 // Orient the KLM matrix so L & M have matching signs on the side of the curve we wish to fill. 125 f->codeAppendf("%s += min(d, 0);", outputCoverage); // Flat edge opposite the curve.
|
/external/skia/src/pathops/ |
SkReduceOrder.cpp | 173 Of course, this curve does not interpolate the end-points, but it would 174 be interesting to see the behaviour of such a curve in an applet.
|
/external/skqp/src/gpu/ |
GrPathUtils.h | 164 // curve (when facing in the direction of increasing parameter values) will be the area that 188 // if the curve is a cubic loop. If it is a loop, there will be two parametric values for
|
/external/skqp/src/gpu/ccpr/ |
GrCCCubicShader.cpp | 61 // Orient the KLM matrix so L & M have matching signs on the side of the curve we wish to fill. 125 f->codeAppendf("%s += min(d, 0);", outputCoverage); // Flat edge opposite the curve.
|
/external/skqp/src/pathops/ |
SkReduceOrder.cpp | 173 Of course, this curve does not interpolate the end-points, but it would 174 be interesting to see the behaviour of such a curve in an applet.
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
histogram_ops.py | 51 See: "Efficient AUC Learning Curve Calculation" by Bouckaert. 192 # Efficient AUC learning curve calculation, R. R. Bouckaert,
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
vad_audio_proc.cc | 155 // Fit a second order curve to these 3 points and find the location of the 156 // extremum. The points are inverted before curve fitting.
|
/frameworks/base/core/java/android/hardware/camera2/ |
CaptureRequest.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 198 """corner curve height - the height of the oval used to define the shape of the rounded corners """ 202 """corner curve width - the width of the oval used to define the shape of the rounded corners """
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 198 """corner curve height - the height of the oval used to define the shape of the rounded corners """ 202 """corner curve width - the width of the oval used to define the shape of the rounded corners """
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
keymaster_hidl_hal_test.cpp | 506 * Verifies that specifying mismatched key size and curve for EC key generation returns 538 * Verifies that keymaster does not support any curve designated as unsupported. 541 for (auto curve : ValidCurves()) { 544 GenerateKey(AuthorizationSetBuilder().EcdsaSigningKey(curve).Digest(Digest::SHA_2_512))) 545 << "Failed to generate key on curve: " << curve; [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayManagerService.java | 45 import android.hardware.display.Curve; 283 // The minimum brightness curve, which guarantess that any brightness curve that dips below it 285 private final Curve mMinimumBrightnessCurve; 308 mMinimumBrightnessCurve = new Curve(lux, nits); 1085 Pair<float[], float[]> curve = config.getCurve(); local [all...] |
/hardware/interfaces/keymaster/3.0/vts/functional/ |
keymaster_hidl_hal_test.cpp | [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_auto_vs_manual.py | 83 req["android.tonemap.curve"] = {
|
test_linearity.py | 70 req['android.tonemap.curve'] = {
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
CameraMetadataGetter.java | 373 private static Object serializeTonemapCurve(TonemapCurve curve) 380 int len = curve.getPointCount(ch); 382 curveArr.put(curve.getPoint(ch, i).x); 383 curveArr.put(curve.getPoint(ch, i).y);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
PropertyValuesHolderTest.java | 316 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50). 341 // Given that the curve is symmetric about the line (x = 50), x should be less than 411 // Create a quadratic bezier curve that are symmetric about the vertical line (x = 50). 435 // Given that the curve is symmetric about the line (x = 50), x should be less than [all...] |
/external/ImageMagick/Magick++/demo/ |
piddle.cpp | 65 // Draw curve.
|
/external/adhd/cras/src/dsp/ |
drc.h | 69 * PARAM_RELEASE_ZONE[1-4] - The adaptive release curve parameters.
|
/external/boringssl/src/crypto/ecdh/ |
ecdh.c | 4 * The Elliptic Curve Public-Key Crypto Library (ECC Code) included
|
/external/boringssl/src/ssl/test/runner/ |
handshake_server.go | 315 for _, curve := range hs.clientHello.supportedCurves { 316 if isGREASEValue(uint16(curve)) { 323 return errors.New("tls: no GREASE curve value found") 336 return errors.New("tls: no GREASE curve value found") 431 for _, curve := range hs.clientHello.supportedCurves { 433 if supported == curve { 435 selectedCurve = curve 443 return errors.New("tls: no curve supported by both client and server") 559 // Look for the key share corresponding to our selected curve. 735 // Once a curve has been selected and a key share identified [all...] |
/external/boringssl/src/tool/ |
transport_common.cc | 244 uint16_t curve = SSL_get_curve_id(ssl); local 245 if (curve != 0) { 246 BIO_printf(bio, " ECDHE curve: %s\n", SSL_get_curve_name(curve));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
SECObjectIdentifiers.java | 10 * iso(1) identified-organization(3) certicom(132) curve(0)
|
/external/dng_sdk/source/ |
dng_spline.cpp | 67 // This code computes the unique curve such that:
|
/external/eigen/unsupported/Eigen/src/Splines/ |
Spline.h | 29 * \tparam _Dim The curve dimension (e.g. 2 or 3) 38 typedef _Scalar Scalar; /*!< The spline curve's scalar type. */ 39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ }; 40 enum { Degree = _Degree /*!< The spline curve's degree. */ };
|