Searched defs: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/core/jni/android/graphics/
H A DHarfbuzzSkia.cpp144 uint32_t numPoints = path.getPoints(0, 0); local
145 if (point >= numPoints)
154 *resultingNumPoints = numPoints;

Completed in 1921 milliseconds