Searched refs:strokepoints (Results 1 – 1 of 1) sorted by relevance
141 float[] strokepoints = stroke.points; in spatialSampling() local142 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()