HomeSort by relevance Sort by last modified time
    Searched defs:stepX (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.cpp     [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 157 float stepX = xDivs[i];
158 const float segment = stepX - previousStepX;
167 float u2 = std::max(0.0f, stepX - uOffset) / bitmapWidth;
170 if (stepX > 0.0f) {
175 u1 = stepX / bitmapWidth;
177 previousStepX = stepX;
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
AccessibilityGestureDetectorTest.java 163 float stepX = (float) deltaX / numSteps;
169 (start.x + (stepX * (float) step)),
GestureDescriptionTest.java 66 float stepX = 2;
69 PointF end = new PointF(10 + numSamples * stepX, 20 + numSamples * stepY);
83 PointF interpPoint = new PointF(start.x + stepX * i, start.y + stepY * i);
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
Interaction.java 122 float stepX = (endX - startX) / STEP_COUNT;
128 long deltaX = Math.round(j * stepX);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 35 float stepX = bounds.width() / 3.0f;
37 float x = bounds.left + stepX;
41 x += stepX;
  /external/deqp/external/openglcts/modules/gles31/
es31cDrawIndirectTests.cpp 393 T stepX = range / sizeX;
402 data[j + i * sizeX] = valueMin + j * stepX + valueY;
497 double stepX = widthRef / static_cast<double>(widthTest);
505 unsigned int posXRef = static_cast<int>(j * stepX + 0.5);
    [all...]

Completed in 681 milliseconds