Home
last modified time | relevance | path

Searched refs:approximate (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DLayoutBidiCursorPathTest.java77 assertArrayEquals(expectedPath.approximate(0f), actualPath.approximate(0f), 0f); in testGetCursorPathSegments()
117 assertArrayEquals(expectedPath.approximate(0f), actualPath.approximate(0f), 0f); in testGetCursorPath_whenShiftIsPressed()
156 assertArrayEquals(expectedPath.approximate(0f), actualPath.approximate(0f), 0f); in testGetCursorPath_whenAltIsPressed()
/frameworks/rs/script_api/
Drs_math.spec1141 Returns the approximate reciprocal of a value.
1157 Returns the approximate value of <code>(1.f / sqrt(value))</code>.
1173 Returns the approximate square root of a value.
1808 Returns the approximate inverse cosine, in radians.
1837 Returns the approximate inverse hyperbolic cosine, in radians.
1862 Returns the approximate inverse cosine in radians, divided by pi.
1893 Returns the approximate inverse sine, in radians.
1922 Returns the approximate inverse hyperbolic sine, in radians.
1947 Returns the approximate inverse sine in radians, divided by pi.
1978 Returns the approximate inverse tangent, in radians.
[all …]
Drs_vector_math.spec124 Computes the approximate distance between two points.
142 Computes the approximate length of a vector.
207 Computes the approximate distance between two points.
233 Compute the approximate length of a vector.
/frameworks/rs/script_api/include/
Drs_vector_math.rsh141 * Computes the approximate distance between two points.
171 * Computes the approximate length of a vector.
273 * Computes the approximate distance between two points.
320 * Compute the approximate length of a vector.
Drs_math.rsh2073 * Returns the approximate reciprocal of a value.
2102 * Returns the approximate value of (1.f / sqrt(value)).
2131 * Returns the approximate square root of a value.
3680 * Returns the approximate inverse cosine, in radians.
3729 * Returns the approximate inverse hyperbolic cosine, in radians.
3776 * Returns the approximate inverse cosine in radians, divided by pi.
3827 * Returns the approximate inverse sine, in radians.
3876 * Returns the approximate inverse hyperbolic sine, in radians.
3923 * Returns the approximate inverse sine in radians, divided by pi.
3974 * Returns the approximate inverse tangent, in radians.
[all …]
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/misc/
DFreePathInterpolator.java57 float[] pointComponents = path.approximate(PRECISION); in initPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPathInterpolatorBuilder.java58 float[] pointComponents = path.approximate(PRECISION); in initPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DCornerPathRenderer.java66 float[] rawInput = path.approximate(ACCEPTABLE_ERROR); in getApproximatePoints()
/frameworks/base/core/java/android/animation/
DPathKeyframes.java57 mKeyframeData = path.approximate(error); in PathKeyframes()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java162 float[] pointComponents = path.approximate(PRECISION); in initPath()
/frameworks/base/core/jni/android/graphics/
DPath.cpp410 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, in approximate() function in android::SkPathGlue
541 {"nApproximate", "(JF)[F", (void*) SkPathGlue::approximate},
/frameworks/base/graphics/java/android/graphics/
DPath.java816 public float[] approximate(@FloatRange(from = 0) float acceptableError) { in approximate() method in Path
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto391 // The approximate per-application memory class of the current device. This
398 // The approximate per-application memory class of the current device when an
/frameworks/base/core/proto/android/os/
Dbatterystats.proto736 // In approximate order or priority (top being what the framework considers
/frameworks/base/config/
Dboot-image-profile.txt5894 HSPLandroid/graphics/Path;->approximate(F)[F
/frameworks/base/non-updatable-api/
Dcurrent.txt14683 method @NonNull @Size(min=6, multiple=3) public float[] approximate(@FloatRange(from=0) float);
/frameworks/base/api/
Dcurrent.txt14683 method @NonNull @Size(min=6, multiple=3) public float[] approximate(@FloatRange(from=0) float);