Searched refs:targetPatchSize (Results 1 – 1 of 1) sorted by relevance
92 final float targetPatchSize = bitmapSize - 1; in spatialSampling() local99 float sx = targetPatchSize / gestureWidth; in spatialSampling()100 float sy = targetPatchSize / gestureHeight; in spatialSampling()132 float postDx = targetPatchSize / 2; in spatialSampling()133 float postDy = targetPatchSize / 2; in spatialSampling()153 if (segmentStartX > targetPatchSize) { in spatialSampling()154 segmentStartX = targetPatchSize; in spatialSampling()156 if (segmentStartY > targetPatchSize) { in spatialSampling()157 segmentStartY = targetPatchSize; in spatialSampling()