Searched refs:startPath (Results 1 – 2 of 2) sorted by relevance
222 SkPath* startPath = reinterpret_cast<SkPath*>(startHandle); in interpolate() local225 return startPath->interpolate(*endPath, t, interpolatedPath); in interpolate()497 SkPath* startPath = reinterpret_cast<SkPath*>(startHandle); in isInterpolatable() local499 return startPath->isInterpolatable(*endPath); in isInterpolatable()
900 private static native boolean nInterpolate(long startPath, long endPath, float t, in nInterpolate() argument913 private static native boolean nIsInterpolatable(long startPath, long endPath); in nIsInterpolatable() argument