HomeSort by relevance Sort by last modified time
    Searched defs:stepX (Results 1 - 3 of 3) 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 182 float stepX = xDivs[i];
183 const float segment = stepX - previousStepX;
192 float u2 = fmax(0.0f, stepX - uOffset) / bitmapWidth;
195 if (stepX > 0.0f) {
200 u1 = stepX / bitmapWidth;
202 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;

Completed in 561 milliseconds