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

  /system/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/skia/src/core/
SkStrokerPriv.cpp 36 SkScalar ny = normal.fY; local
38 SkScalar sy = SkScalarMul(ny, CUBIC_ARC_FACTOR);
40 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
41 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
42 px + CWX(nx, ny), py + CWY(nx, ny));
43 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
44 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy)
    [all...]
  /external/skia/src/effects/
SkEmbossMask.cpp 117 int ny = alpha[x + next_row] - alpha[x - prev_row]; local
119 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
125 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
133 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
SkBlurMask.cpp 106 int ny = SkFastMin32(next_y, sh) * sumStride; local
115 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
155 int ny = SkFastMin32(next_y, sh) * sumStride; local
170 uint32_t outer_sum = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
  /frameworks/base/core/java/android/text/method/
Touch.java 151 int ny = widget.getScrollY() + (int) dy; local
156 ny = Math.min(ny, layout.getHeight() - (widget.getHeight() - padding));
157 ny = Math.max(ny, 0);
162 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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
NinePatchTexture.java 187 int ny = stretch(divY, divV, chunk.mDivY, tex.getHeight(), height); local
189 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor);
274 int nx, int ny, int[] color) {
297 for (int j = 0; j < ny; ++j) {
311 for (int row = 0; row < ny - 1; row++) {
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 300 float ny = lstPointY + ratio * deltaY; local
303 vector[index] = ny;
306 lstPointY = ny;
  /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;
  /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 433 BasicTimeZone *ny = (BasicTimeZone*)TimeZone::createTimeZone("America/New_York"); local
518 if (!ny->hasEquivalentTransitions(*rbtz, jan1_1967, jan1_2010, TRUE, status)) {
522 errln("FAIL: error returned from hasEquivalentTransitions for ny/rbtz 1967-2010");
524 if (ny->hasEquivalentTransitions(*rbtz, jan1_1950, jan1_2010, TRUE, status)) {
528 errln("FAIL: error returned from hasEquivalentTransitions for ny/rbtz 1950-2010");
532 if (!rbtz->hasEquivalentTransitions(*ny, jan1_1967, jan1_2010, TRUE, status)) {
536 errln("FAIL: error returned from hasEquivalentTransitions for rbtz/ny 1967-2010");
538 if (rbtz->hasEquivalentTransitions(*ny, jan1_1950, jan1_2010, TRUE, status)) {
542 errln("FAIL: error returned from hasEquivalentTransitions for rbtz/ny 1950-2010");
546 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::__anon10528
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 286 D3DVALUE ny; member in union:_D3DVERTEX::__anon10711
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 452 milliseconds