HomeSort by relevance Sort by last modified time
    Searched full:curve (Results 276 - 300 of 1077) sorted by null

<<11121314151617181920>>

  /external/libcxx/utils/google-benchmark/src/
complexity.h 40 // parameter will return the best fitting curve detected.
  /external/skia/src/pathops/
SkDCubicToQuads.cpp 9 http://stackoverflow.com/questions/2009160/how-do-i-convert-the-2-control-points-of-a-cubic-curve-to-the-single-control-poi
SkPathOpsConic.cpp 105 that it is the same as the point on the new curve t==(0+1)/2.
120 Thus, w is the ratio of the distance from the mid of end points to the on-curve point, and the
121 distance of the on-curve point to the control point.
  /external/skqp/src/pathops/
SkDCubicToQuads.cpp 9 http://stackoverflow.com/questions/2009160/how-do-i-convert-the-2-control-points-of-a-cubic-curve-to-the-single-control-poi
SkPathOpsConic.cpp 105 that it is the same as the point on the new curve t==(0+1)/2.
120 Thus, w is the ratio of the distance from the mid of end points to the on-curve point, and the
121 distance of the on-curve point to the control point.
  /external/tpm2/
ECDH_KeyGen.c 55 // The point in the key is not on the curve. Indicate that the key is bad.
MakeCredential.c 16 // point on the curve of the key
CryptUtil.c 1245 const ECC_CURVE *curve = CryptEccGetCurveDataPointer(curveID); local
1264 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); local
1308 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); local
1701 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); local
3607 TPM_ECC_CURVE curve; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 161 * The curve order is reduced where possible so that cubics may be turned
178 * The curve order is reduced where possible so that cubics may be turned
393 * @param x1 The x-coordinate of the control point on a quadratic curve
394 * @param y1 The y-coordinate of the control point on a quadratic curve
395 * @param x2 The x-coordinate of the end point on a quadratic curve
396 * @param y2 The y-coordinate of the end point on a quadratic curve
409 * this contour, for the control point of a quadratic curve
411 * this contour, for the control point of a quadratic curve
413 * this contour, for the end point of a quadratic curve
415 * this contour, for the end point of a quadratic curve
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsEntrancePathInterpolator.java 28 * Create an interpolator for a cubic Bezier curve with an offset play time. The end points
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
artistic1.rs 58 // apply curve
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
artistic1.rs 58 // apply curve
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
artistic1.rs 58 // apply curve
  /libcore/ojluni/src/main/java/java/security/interfaces/
ECKey.java 30 * The interface to an elliptic curve (EC) key.
ECPrivateKey.java 31 * The interface to an elliptic curve (EC) private key.
ECPublicKey.java 31 * The interface to an elliptic curve (EC) public key.
  /libcore/ojluni/src/main/java/java/security/spec/
ECField.java 31 * This interface represents an elliptic curve (EC) finite field.
  /system/keymaster/include/keymaster/km_openssl/
ec_key_factory.h 63 keymaster_ec_curve_t* curve, uint32_t* key_size_bits);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
CurveFitter.java 34 * by <em>fitting</em> the curve so it remains very close to a set of
113 /** Fit a curve.
114 * <p>This method compute the coefficients of the curve that best
  /external/lmfit/man/
lmcurve.pod 11 lmcurve - Levenberg-Marquardt least-squares fit of a curve (t,y)
41 B<lmcurve()> and B<lmcurve_tyd()> wrap the more generic minimization function B<lmmin()>, for use in curve fitting.
106 Fit a data set y(x) by a curve f(x;p):
  /external/skia/tests/
PathCoverageTest.cpp 89 // Curve from samplecode/SampleSlides.cpp
106 // Curve crosses back over itself around 0,10
139 ERRORF(reporter, "Curve from %.2f %.2f through %.2f %.2f to "
  /external/skqp/tests/
PathCoverageTest.cpp 89 // Curve from samplecode/SampleSlides.cpp
106 // Curve crosses back over itself around 0,10
139 ERRORF(reporter, "Curve from %.2f %.2f through %.2f %.2f to "
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
VolumeCurve.cpp 27 ALOG_ASSERT(!mCurvePoints.isEmpty(), "Invalid volume curve");
41 // Where would this volume index been inserted in the curve point
139 " %s (%02zu): Curve points for device category (index, attenuation in millibel)\n",
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 26 * between the lines and the curve. Each point of the line segment is converted
28 * of the curve.
31 * many keyframes for a curve.
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
BrightnessConfigurationTest.java 54 Pair<float[], float[]> curve = config.getCurve(); local
55 assertArrayEquals(LUX_LEVELS, curve.first, "lux");
56 assertArrayEquals(NITS_LEVELS, curve.second, "nits");

Completed in 603 milliseconds

<<11121314151617181920>>