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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 50 float stepX = srcRect.width() + repeatSpacing.width();
55 float dstX = (srcRect.x() + i * stepX) * scale.width() + phase.x();
74 visibleSrcRect.setX((tileDstRect.x() - phase.x()) / scale.width() - i * stepX);
  /frameworks/base/libs/hwui/
Patch.cpp 181 float stepX = xDivs[i];
182 const float segment = stepX - previousStepX;
191 float u2 = fmax(0.0f, stepX - uOffset) / bitmapWidth;
194 if (stepX > 0.0f) {
199 u1 = stepX / bitmapWidth;
201 previousStepX = stepX;
  /packages/apps/Camera2/src/com/android/camera/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/crop/
CropDrawingUtils.java 35 float stepX = bounds.width() / 3.0f;
37 float x = bounds.left + stepX;
41 x += stepX;

Completed in 52 milliseconds