Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatch.cpp158 float stepX = xDivs[i]; in generateRow() local
159 const float segment = stepX - previousStepX; in generateRow()
168 float u2 = std::max(0.0f, stepX - uOffset) / bitmapWidth; in generateRow()
171 if (stepX > 0.0f) { in generateRow()
176 u1 = stepX / bitmapWidth; in generateRow()
178 previousStepX = stepX; in generateRow()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityGestureDetectorTest.java163 float stepX = (float) deltaX / numSteps; in fillPath() local
169 (start.x + (stepX * (float) step)), in fillPath()
DGestureDescriptionTest.java66 float stepX = 2; in testSwipe_shouldContainEvenlySpacedPoints() local
69 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()