Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java755 Path interpolatedPath = new Path(); in testPathInterpolation() local
758 startPath.interpolate(endPath, .5f, interpolatedPath); in testPathInterpolation()
759 PathIterator iterator = interpolatedPath.getPathIterator(); in testPathInterpolation()