Searched refs:stepY (Results 1 – 5 of 5) sorted by relevance
139 const float stepY = radiusByPasses / (float)mCompositionFbo.getBufferHeight(); in prepare() local146 glUniform2f(mBOffsetLoc, stepX, stepY); in prepare()160 glUniform2f(mBOffsetLoc, stepX * i, stepY * i); in prepare()
123 float stepY = (endY - startY) / STEP_COUNT; in createInterpolatedEventList() local129 long deltaY = Math.round(j * stepY); in createInterpolatedEventList()
135 float stepY = (float) deltaY / numSteps; in fillPath() local141 (start.y + (stepY * (float) step)))); in fillPath()
196 val stepY = (s.y - y) / N in plot() constant200 y += stepY in plot()
67 float stepY = 3; in testSwipe_shouldContainEvenlySpacedPoints() local69 PointF end = new PointF(10 + numSamples * stepX, 20 + numSamples * stepY); in testSwipe_shouldContainEvenlySpacedPoints()83 PointF interpPoint = new PointF(start.x + stepX * i, start.y + stepY * i); in testSwipe_shouldContainEvenlySpacedPoints()