Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java155 double[] derivatives = solveSystem(points); in getAppliedCurve() local
272 double[] derivatives = solveSystem(points); in draw() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java26 double[] derivatives = solveSystem(points); in calculatetCurve() local