HomeSort by relevance Sort by last modified time
    Searched refs:stepY (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
Patch.cpp 110 float stepY = yDivs[i];
111 const float segment = stepY - previousStepY;
120 float v2 = std::max(0.0f, stepY - vOffset) / bitmapHeight;
123 if (stepY > 0.0f) {
129 v1 = stepY / bitmapHeight;
131 previousStepY = stepY;
  /external/opencv3/modules/video/perf/
perf_optflowpyrlk.cpp 15 int stepY = height / nPointsY;
16 if (stepX < 1 || stepY < 1) FAIL() << "Specified points number is too big";
23 for( int y = stepY / 2; y < height; y += stepY )
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 36 float stepY = bounds.height() / 3.0f;
38 float y = bounds.top + stepY;
45 y += stepY;
  /external/opencv3/modules/imgproc/src/opencl/
boxFilter.cl 199 for (int i = 0, stepY = min(rows - y, BLOCK_SIZE_Y); i < stepY; ++i)
  /external/skia/tests/
RoundRectTest.cpp 362 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
365 SkScalar initX, int stepX, SkScalar initY, int stepY,
371 stepY ? SkIntToScalar(stepY) : SK_Scalar1);
377 y += stepY;
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]

Completed in 435 milliseconds