HomeSort by relevance Sort by last modified time
    Searched refs:solveSystem (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
SplineMath.java 26 double[] derivatives = solveSystem(points);
81 mDerivatives = solveSystem(mPoints);
112 double[] solveSystem(double[][] points) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 155 double[] derivatives = solveSystem(points);
272 double[] derivatives = solveSystem(points);
348 double[] solveSystem(ControlPoint[] points) {

Completed in 38 milliseconds