Home
last modified time | relevance | path

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

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