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

1 2

  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 90 float ny = this.y; local
93 nx = ny;
94 ny = -ox;
96 return new Point(nx, ny);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java 149 int ny = y; local
151 ny = height - y - 1;
154 int rgb = img.getRGB(x,ny);
168 int ny = y; local
170 ny = height - y - 1;
173 int rgb = img.getRGB(x,ny);
  /external/skia/legacy/src/core/
SkStrokerPriv.cpp 28 SkScalar ny = normal.fY; local
30 SkScalar sy = SkScalarMul(ny, CUBIC_ARC_FACTOR);
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)
    [all...]
  /external/skia/legacy/src/effects/
SkEmbossMask.cpp 110 int ny = alpha[x + next_row] - alpha[x - prev_row]; local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
118 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
126 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
SkBlurMask.cpp 124 int ny = SkFastMin32(next_y, sh) * 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];
190 int ny = SkFastMin32(next_y, sh) * sumStride; local
203 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
211 int i1 = next_x + ny;
213 int i3 = prev_x + ny;
291 int ny = SkFastMin32(next_y, sh) * sumStride; local
384 int ny = SkFastMin32(next_y, sh) * sumStride; local
    [all...]
  /external/skia/src/core/
SkStrokerPriv.cpp 28 SkScalar ny = normal.fY; local
30 SkScalar sy = SkScalarMul(ny, CUBIC_ARC_FACTOR);
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)
    [all...]
  /external/skia/src/effects/
SkEmbossMask.cpp 110 int ny = alpha[x + next_row] - alpha[x - prev_row]; local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
118 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
126 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
SkBlurMask.cpp 432 int ny = SkFastMin32(next_y, sh) * sumStride; local
441 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
464 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
498 int ny = SkFastMin32(next_y, sh) * sumStride; local
511 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
519 int i1 = next_x + ny;
521 int i3 = prev_x + ny;
599 int ny = SkFastMin32(next_y, sh) * sumStride; local
692 int ny = SkFastMin32(next_y, sh) * sumStride; local
    [all...]
  /frameworks/base/core/java/android/text/method/
Touch.java 153 int ny = widget.getScrollY() + (int) dy; local
158 ny = Math.min(ny, layout.getHeight() - (widget.getHeight() - padding));
159 ny = Math.max(ny, 0);
164 scrollTo(widget, layout, nx, ny);
  /external/opencv/cv/src/
cvcamshift.cpp 97 int dx, dy, nx, ny; local
112 ny = cur_rect.y + dy;
119 if( ny < 0 )
120 ny = 0;
121 else if( ny + cur_rect.height > mat->rows )
122 ny = mat->rows - cur_rect.height;
125 dy = ny - cur_rect.y;
127 cur_rect.y = ny;
cvcontourtree.cpp 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
611 ny = -x13 / l_base;
613 *h = nx * x12 + ny * y12;
617 *b = nx * y12 - ny * x12;
cvshapedescr.cpp 568 double x_s, y_s, nx, ny, dx, dy, du, dv; local
609 ny = pt_e.x - pt_s.x;
631 sk = nx * (xi - pt_s.x) + ny * (yi - pt_s.y);
657 dx = ny;
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 300 float ny = lstPointY + ratio * deltaY; local
303 vector[index] = ny;
306 lstPointY = ny;
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_sample.c 320 int lx, int ly, int nx, int ny,
328 return getSample_RGBA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
330 return getSample_A(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
332 return getSample_LA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
335 return getSample_565(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
337 return getSample_RGB(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
339 return getSample_L(p, stride, lx, ly, nx, ny, w0, w1, w2, w3);
512 int ny = wrapI(wrapT, iPixelV + 1, sourceH); local
516 return getBilinearSample2D(alloc, w0, w1, w2, w3, lx, ly, nx, ny, dk, dt, lod);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 226 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height); local
228 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor);
313 int nx, int ny, int[] color) {
336 for (int j = 0; j < ny; ++j) {
350 for (int row = 0; row < ny - 1; row++) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 181 float ny = -sinV * cosU; local
184 float length = (float) Math.sqrt(nx*nx + ny*ny + nz*nz);
186 ny /= length;
189 grid.set(i, j, x, y, z, nx, ny, nz);
237 // float nx, ny, nx;
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) {
332 mVertexBuffer.put(ny);
TouchPaint.java 486 float ny = (float) (- Math.cos(orientation) * Math.sin(tilt)); local
493 float cy = ny * cd;
  /external/skia/src/gpu/
SkGpuDevice.cpp 1215 int ny = bitmap.height() \/ tileSize; local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 358 GGLcoord nx, ny; local
359 nx = ny = 0;
365 ((dx > dy) ? ny : nx) = halfWidth;
368 v[0][0] += nx; v[0][1] += ny;
369 v[1][0] += nx; v[1][1] += ny;
370 v[2][0] -= nx; v[2][1] -= ny;
371 v[3][0] -= nx; v[3][1] -= ny;
388 GGLcoord ny = dx; local
391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4)
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 434 BasicTimeZone *ny = (BasicTimeZone*)TimeZone::createTimeZone("America/New_York"); local
519 if (!ny->hasEquivalentTransitions(*rbtz, jan1_1967, jan1_2010, TRUE, status)) {
523 errln("FAIL: error returned from hasEquivalentTransitions for ny/rbtz 1967-2010");
525 if (ny->hasEquivalentTransitions(*rbtz, jan1_1950, jan1_2010, TRUE, status)) {
529 errln("FAIL: error returned from hasEquivalentTransitions for ny/rbtz 1950-2010");
533 if (!rbtz->hasEquivalentTransitions(*ny, jan1_1967, jan1_2010, TRUE, status)) {
537 errln("FAIL: error returned from hasEquivalentTransitions for rbtz/ny 1967-2010");
539 if (rbtz->hasEquivalentTransitions(*ny, jan1_1950, jan1_2010, TRUE, status)) {
543 errln("FAIL: error returned from hasEquivalentTransitions for rbtz/ny 1950-2010");
547 if (ny->hasSameRules(*rbtz) || rbtz->hasSameRules(*ny))
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 286 D3DVALUE ny; member in union:_D3DVERTEX::__anon14273
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 286 D3DVALUE ny; member in union:_D3DVERTEX::__anon14456
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 980 milliseconds

1 2