Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPath.cpp222 SkPath* startPath = reinterpret_cast<SkPath*>(startHandle); in interpolate() local
225 return startPath->interpolate(*endPath, t, interpolatedPath); in interpolate()
497 SkPath* startPath = reinterpret_cast<SkPath*>(startHandle); in isInterpolatable() local
499 return startPath->isInterpolatable(*endPath); in isInterpolatable()
/frameworks/base/graphics/java/android/graphics/
DPath.java900 private static native boolean nInterpolate(long startPath, long endPath, float t, in nInterpolate() argument
913 private static native boolean nIsInterpolatable(long startPath, long endPath); in nIsInterpolatable() argument