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

  /frameworks/base/libs/hwui/
Patch.cpp 227 float stepX = mXDivs[i];
228 const float segment = stepX - previousStepX;
237 float u2 = fmax(0.0f, stepX - uOffset) / bitmapWidth;
240 if (stepX > 0.0f) {
252 u1 = stepX / bitmapWidth;
254 previousStepX = 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;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 553 float stepX = bounds.width() / 3.0f;
555 float x = bounds.left + stepX;
559 x += stepX;
  /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 231 milliseconds