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

  /frameworks/base/libs/hwui/
Patch.cpp 130 float stepY = yDivs[i];
131 const float segment = stepY - previousStepY;
140 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
143 if (stepY > 0.0f) {
149 v1 = stepY / bitmapHeight;
151 previousStepY = stepY;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 51 float stepY = srcRect.height() + repeatSpacing.height();
78 float dstY = (srcRect.y() + j * stepY) * scale.height() + phase.y();
95 visibleSrcRect.setY((tileDstRect.y() - phase.y()) / scale.height() - j * 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/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 376 // Split the job into "stepY"-sized jobs but there a few jobs that need to be slightly larger since
377 // stepY * jobs < total size. These extras are handled by the remainder "jobsWithExtra".
378 const int stepY = absolutePaintRect().height() / i;
388 startY += i < jobsWithExtra ? stepY + 1 : stepY;
  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 251 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
254 SkScalar initX, int stepX, SkScalar initY, int stepY,
260 stepY ? SkIntToScalar(stepY) : SK_Scalar1);
266 y += stepY;
  /external/skia/tests/
RoundRectTest.cpp 251 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
254 SkScalar initX, int stepX, SkScalar initY, int stepY,
260 stepY ? SkIntToScalar(stepY) : SK_Scalar1);
266 y += stepY;
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 527 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /external/skia/include/core/
SkMatrix.h 527 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;

Completed in 1928 milliseconds