Home
last modified time | relevance | path

Searched refs:endPath (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DPath.cpp223 SkPath* endPath = reinterpret_cast<SkPath*>(endHandle); in interpolate() local
225 return startPath->interpolate(*endPath, t, interpolatedPath); in interpolate()
498 SkPath* endPath = reinterpret_cast<SkPath*>(endHandle); in isInterpolatable() local
499 return startPath->isInterpolatable(*endPath); in isInterpolatable()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPath.java877 private static native boolean nInterpolate(long startPath, long endPath, float t, in nInterpolate() argument
890 private static native boolean nIsInterpolatable(long startPath, long endPath); in nIsInterpolatable() argument