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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
GrainFilter.java 74 "uniform float stepX;\n" +
78 " float noise = texture2D(tex_sampler_1, v_texcoord + vec2(-stepX, -stepY)).r * 0.224;\n" +
79 " noise += texture2D(tex_sampler_1, v_texcoord + vec2(-stepX, stepY)).r * 0.224;\n" +
80 " noise += texture2D(tex_sampler_1, v_texcoord + vec2(stepX, -stepY)).r * 0.224;\n" +
81 " noise += texture2D(tex_sampler_1, v_texcoord + vec2(stepX, stepY)).r * 0.224;\n" +
138 mGrainProgram.setHostValue("stepX", 0.5f / mWidth);
  /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;
  /external/pixman/pixman/
pixman-trap.c 99 e->x += n * e->stepx;
133 pixman_fixed_t stepx; local
137 stepx = n * e->stepx;
143 stepx += nx * e->signdx;
147 *stepx_p = stepx;
177 e->stepx = dx / dy;
184 e->stepx = -(-dx / dy);
pixman.h 1007 pixman_fixed_t stepx; member in struct:pixman_edge
    [all...]
  /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);
  /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;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglscreen.h 63 EGLint StepX, StepY; /**< Screen position/origin granularity */
eglscreen.c 92 screen->StepX = 1;
223 value[0] = scrn->StepX;
  /external/mesa3d/src/egl/main/
eglscreen.h 63 EGLint StepX, StepY; /**< Screen position/origin granularity */
eglscreen.c 92 screen->StepX = 1;
223 value[0] = scrn->StepX;
  /external/chromium_org/third_party/skia/tests/
RoundRectTest.cpp 251 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
254 SkScalar initX, int stepX, SkScalar initY, int stepY,
259 stepX ? SkIntToScalar(stepX) : SK_Scalar1,
265 x += stepX;
  /external/skia/tests/
RoundRectTest.cpp 251 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
254 SkScalar initX, int stepX, SkScalar initY, int stepY,
259 stepX ? SkIntToScalar(stepX) : SK_Scalar1,
265 x += stepX;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 131 * which of the attrStart/StepX/StepY variables are relevant.
  /external/mesa3d/src/mesa/swrast/
s_span.h 131 * which of the attrStart/StepX/StepY variables are relevant.
  /external/libpng/
pngread.c 3086 unsigned int startx, stepx, stepy; local
3403 unsigned int startx, stepx, stepy; local
3567 unsigned int startx, stepx, stepy; local
3702 unsigned int startx, stepx, stepy; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp     [all...]
  /external/skia/src/core/
SkMatrix.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 532 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /external/skia/include/core/
SkMatrix.h 527 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
InteractionController.java 674 * p.x = stepX;
UiObject.java     [all...]
  /frameworks/base/docs/html/tools/help/uiautomator/
UiObject.jd     [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 801 milliseconds