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

/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java265 * @param numPoints the number of points
268 public static float[] temporalSampling(GestureStroke stroke, int numPoints) { argument
269 final float increment = stroke.length / (numPoints - 1);
270 int vectorLength = numPoints * 2;
/frameworks/base/libs/hwui/
H A DPathTessellator.cpp791 int numPoints = count / 2; local
793 dstBuffer.alloc<TYPE>(numPoints * verticesPerPoint + (numPoints - 1) * 2);
826 int numPoints = count / 2; local

Completed in 40 milliseconds