Searched refs:nPoints (Results 1 – 2 of 2) sorted by relevance
58 int nPoints = getNumberOfPoints(type) * 2; // 2 coordinates per point in CachedPathIteratorFactory() local61 float[] itemPoints = new float[nPoints]; in CachedPathIteratorFactory()62 System.arraycopy(points, 0, itemPoints, 0, nPoints); in CachedPathIteratorFactory()
518 int nPoints = points.size(); in nApproximate() local519 float[] result = new float[nPoints * 3]; in nApproximate()524 for (int i = 0; i < nPoints; i++) { in nApproximate()