Searched defs:points (Results 1 – 14 of 14) sorted by relevance
30 float[] points; in testPrepareMatrix() local
78 float[] points; in testPrepareMatrix() local
41 public static void getLocationsInWindow(View view, float[] points) { in getLocationsInWindow()
61 final float[] points = mWrapped.getTickPoints(); in getTickPoints() local
19 double[][] points = new double[mPoints.length][2]; in calculatetCurve() local112 double[] solveSystem(double[][] points) { in solveSystem()
461 Vector<Band> points = new Vector<Band>(); in deSerializeRepresentation() local
87 final ArrayList<Point> points = new ArrayList<Point>(); in run() local204 private static int[] kMeans(Point points[], int[] bestK) { in kMeans()
248 final float width, final float height, ArrayList<InvariantDeviceProfile> points) { in findClosestDeviceProfiles()264 ArrayList<InvariantDeviceProfile> points) { in invDistWeightedInterpolate()
150 ControlPoint[] points = new ControlPoint[mPoints.size()]; in getAppliedCurve() local267 ControlPoint[] points = new ControlPoint[mPoints.size()]; in draw() local348 double[] solveSystem(ControlPoint[] points) { in solveSystem()
96 SparseIntArray points = new SparseIntArray(); in calcPoints() local
204 ArrayList<Point> points = mPointCloud; in draw() local
358 float points[] = mapPoints( in drawBoundTexture() local
879 public float[] points; field in Utils.DNAStrand