Home
last modified time | relevance | path

Searched refs:strokepoints (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureUtils.java141 float[] strokepoints = stroke.points; in spatialSampling() local
142 size = strokepoints.length; in spatialSampling()
145 pts[i] = (strokepoints[i] + preDx) * sx + postDx; in spatialSampling()
146 pts[i + 1] = (strokepoints[i + 1] + preDy) * sy + postDy; in spatialSampling()