Searched refs:solveSystem (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java26 double[] derivatives = solveSystem(points);
81 mDerivatives = solveSystem(mPoints);
112 double[] solveSystem(double[][] points) { method in class:SplineMath
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DSpline.java155 double[] derivatives = solveSystem(points);
272 double[] derivatives = solveSystem(points);
348 double[] solveSystem(ControlPoint[] points) { method in class:Spline

Completed in 40 milliseconds