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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 103 GLint sy, dy, stepy, row; local
127 stepy = -1;
133 stepy = 1;
163 for (row = 0; row < height; row++, sy += stepy, dy += stepy) {
250 GLint sy, dy, stepy; local
278 stepy = -1;
284 stepy = 1;
295 for (j = 0; j < height; j++, ssy += stepy) {
312 for (j = 0; j < height; j++, sy += stepy, dy += stepy)
351 GLint sy, dy, stepy; local
    [all...]
s_span.h 131 * which of the attrStart/StepX/StepY variables are relevant.
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 103 GLint sy, dy, stepy, row; local
127 stepy = -1;
133 stepy = 1;
163 for (row = 0; row < height; row++, sy += stepy, dy += stepy) {
250 GLint sy, dy, stepy; local
278 stepy = -1;
284 stepy = 1;
295 for (j = 0; j < height; j++, ssy += stepy) {
312 for (j = 0; j < height; j++, sy += stepy, dy += stepy)
351 GLint sy, dy, stepy; local
    [all...]
s_span.h 131 * which of the attrStart/StepX/StepY variables are relevant.
  /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 129 float stepY = yDivs[i];
130 const float segment = stepY - previousStepY;
139 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
142 if (stepY > 0.0f) {
148 v1 = stepY / bitmapHeight;
150 previousStepY = stepY;
  /packages/apps/Camera2/src/com/android/camera/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/crop/
CropDrawingUtils.java 36 float stepY = bounds.height() / 3.0f;
38 float y = bounds.top + stepY;
45 y += stepY;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglscreen.h 63 EGLint StepX, StepY; /**< Screen position/origin granularity */
eglscreen.c 93 screen->StepY = 1;
224 value[1] = scrn->StepY;
  /external/mesa3d/src/egl/main/
eglscreen.h 63 EGLint StepX, StepY; /**< Screen position/origin granularity */
eglscreen.c 93 screen->StepY = 1;
224 value[1] = scrn->StepY;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FETurbulence.cpp 380 // Split the job into "stepY"-sized jobs but there a few jobs that need to be slightly larger since
381 // stepY * jobs < total size. These extras are handled by the remainder "jobsWithExtra".
382 const int stepY = absolutePaintRect().height() / i;
392 startY += i < jobsWithExtra ? stepY + 1 : stepY;
  /external/skia/tests/
RoundRectTest.cpp 321 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
324 SkScalar initX, int stepX, SkScalar initY, int stepY,
330 stepY ? SkIntToScalar(stepY) : SK_Scalar1);
336 y += stepY;
  /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 507 bool fixedStepInX(SkScalar y, SkFixed* stepX, SkFixed* stepY) const;
  /external/skia/include/core/
SkMatrix.h 507 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/uiautomator/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 626 milliseconds