HomeSort by relevance Sort by last modified time
    Searched full:stepy (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
GrainFilter.java 80 "uniform float stepY;\n" +
83 " float noise = texture2D(tex_sampler_1, v_texcoord + vec2(-stepX, -stepY)).r * 0.224;\n" +
84 " noise += texture2D(tex_sampler_1, v_texcoord + vec2(-stepX, stepY)).r * 0.224;\n" +
85 " noise += texture2D(tex_sampler_1, v_texcoord + vec2(stepX, -stepY)).r * 0.224;\n" +
86 " noise += texture2D(tex_sampler_1, v_texcoord + vec2(stepX, stepY)).r * 0.224;\n" +
144 mGrainProgram.setHostValue("stepY", 0.5f / mHeight);
  /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;
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 675 * p.y = stepY;
UiObject.java     [all...]
  /frameworks/base/docs/html/tools/help/uiautomator/
UiObject.jd     [all...]

Completed in 1232 milliseconds