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

  /frameworks/base/libs/hwui/
Patch.cpp 159 float stepY = mYDivs[i];
160 const float segment = stepY - previousStepY;
169 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
172 if (stepY > 0.0f) {
185 v1 = stepY / bitmapHeight;
187 previousStepY = 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;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 554 float stepY = bounds.height() / 3.0f;
556 float y = bounds.top + stepY;
563 y += stepY;
  /external/skia/legacy/src/core/
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrix.cpp     [all...]
  /external/skia/include/core/
SkMatrix.h 501 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /external/skia/legacy/include/core/
SkMatrix.h 484 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;

Completed in 251 milliseconds