HomeSort by relevance Sort by last modified time
    Searched defs:py (Results 1 - 25 of 50) sorted by null

1 2

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 74 int py = (int) (origSize * noisey * this.magnitude); local
76 float c00 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x - px, workSize)];
77 float c01 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x + px, workSize)];
78 float c10 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x - px, workSize)];
79 float c11 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x + px, workSize)];
  /external/skia/samplecode/
SampleOvalTest.cpp 62 SkScalar py = SkIntToScalar(y) + SK_ScalarHalf; local
65 SkScalar dist = SkPoint::Length(px - cx, py - cy);
SampleWarp.cpp 385 SkScalar py = orig.fY + dy; local
386 return SkPoint::Make(px, py);
411 SkScalar py = orig.fY + dy; local
412 return SkPoint::Make(px, py);
  /external/skia/src/core/
SkStrokerPriv.cpp 26 SkScalar py = pivot.fY; local
32 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
33 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
34 px + CWX(nx, ny), py + CWY(nx, ny));
35 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
36 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 149 MOT px[4], py[4]; local
196 dy = py[0] = py[1] = py[2] = py[3] = video->motY[imv];
228 py[0] = video->motY[imv];
229 py[1] = video->motY[imv+1];
230 py[2] = video->motY[imv+mvwidth];
231 py[3] = video->motY[imv+mvwidth+1];
232 xsum = py[0] + py[1] + py[2] + py[3]
    [all...]
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 118 float py = (phi / PI_F) * input_height; local
122 py = wrap(py, input_height);
125 InterpolatePixel(input, px, py, output(x, y));
  /external/opencv/cv/src/
cvcornersubpix.cpp 209 double py = i - win.height; local
225 bb1 += gxx * px + gxy * py;
226 bb2 += gxy * px + gyy * py;
cvrotcalipers.cpp 323 float py = (A1 * C2 - A2 * C1) * idet; local
326 out[1] = py;
  /external/openfst/src/include/fst/
shortest-path.h 221 const Pair &py = pairs_[y]; local
224 Weight dy = py.first == superfinal_ ? Weight::One() :
225 py.first < distance_.size() ? distance_[py.first] : Weight::Zero();
227 Weight wy = Times(dy, py.second);
231 if (px.first == superfinal_ && py.first != superfinal_) {
233 } else if (py.first == superfinal_ && px.first != superfinal_) {
  /external/qemu/
curses.c 46 static int px, py, sminx, sminy, smaxx, smaxy; variable
56 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
89 py = (height - LINES) / 2;
93 py = 0;
141 y = sminy + y - py;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 180 const Pair &py = pairs_[y]; local
182 Weight wy = Times(distance_[py.first], py.second);
186 if (px.first == superfinal_ && py.first != superfinal_) {
188 } else if (py.first == superfinal_ && px.first != superfinal_) {
  /frameworks/base/libs/hwui/
Matrix.cpp 353 float py = vertices[i + 1]; local
355 x = px * data[kScaleX] + py * data[kSkewX] + data[kTranslateX];
356 y = px * data[kSkewY] + py * data[kScaleY] + data[kTranslateY];
357 z = px * data[kPerspective0] + py * data[kPerspective1] + data[kPerspective2];
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 131 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length local
132 assert(NULL != py);
134 py_len = strlen(py);
142 retbuf[i] = py[i];
152 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length local
153 assert(NULL != py);
155 py_len = strlen(py);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
ShellSizeAndPos.java 41 private static final String PY = "_py"; //$NON-NLS-1$
50 int py = Integer.parseInt(props.getProperty(prefix + PY)); local
54 Point p1 = new Point(px, py);
55 Point p2 = new Point(px + sx, py + sy);
56 Rectangle r = new Rectangle(px, py, sy, sy);
87 py = area.y + (area.height - sy) / 2;
90 shell.setLocation(px, py);
107 props.setProperty(prefix + PY, Integer.toString(loc.y));
LogWindow.java 294 int py = parentLoc.y; local
305 int y = py + (ph - ch) / 2;
306 if (y < py) y = py;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
SwtBaseDialog.java 218 int py = parentLoc.y; local
233 int y = py + (ph - ch) / 2;
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 244 int* __restrict py; local
245 py += size;
  /external/skia/src/effects/
SkBlurMask.cpp 123 int py = SkClampPos(prev_y) * sumStride; local
133 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
156 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
189 int py = SkClampPos(prev_y) * sumStride; local
203 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
210 int i0 = prev_x + py;
212 int i2 = next_x + py;
290 int py = SkClampPos(prev_y) * sumStride; local
383 int py = SkClampPos(prev_y) * sumStride; local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 212 final float py = point.y + mCenterY; local
222 canvas.scale(s, s, px, py);
223 canvas.translate(px - cx, py - cy);
229 canvas.drawCircle(px, py, pointSize, mPaint);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 213 final float py = point.y + mCenterY; local
223 canvas.scale(s, s, px, py);
224 canvas.translate(px - cx, py - cy);
230 canvas.drawCircle(px, py, pointSize, mPaint);
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 183 float py = (destHeight - src.getHeight()) / 2; local
184 dest.drawBitmap(mask, px + xy[0], py + xy[1],
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 80 float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY; local
82 canvas.rotate(mCurrentDegrees, px + bounds.left, py + bounds.top);
RotateDrawable.java 84 float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY; local
86 canvas.rotate(st.mCurrentDegrees, px + bounds.left, py + bounds.top);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 149 float py = spline.getPoint(0).y; local
150 double delta = Math.sqrt((px - x) * (px - x) + (py - y) * (py - y));
153 py = spline.getPoint(i).y;
154 double currentDelta = Math.sqrt((px - x) * (px - x) + (py - y)
155 * (py - y));
Spline.java 284 float py = mCurrentControlPoint.y * h; local
287 canvas.drawLine(px, py, px, h, paint);
288 canvas.drawLine(0, py, px, py, paint);
291 canvas.drawLine(px, py, px, h, paint);
292 canvas.drawLine(0, py, px, py, paint);

Completed in 955 milliseconds

1 2