/frameworks/rs/driver/runtime/ |
rs_sample.c | 319 int lx, int ly, int nx, int ny, 327 return getSample_RGBA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); 329 return getSample_A(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); 331 return getSample_LA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); 334 return getSample_565(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); 336 return getSample_RGB(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); 338 return getSample_L(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); 504 int nx = wrapI(wrapS, iPixelU + 1, sourceW); local 509 return getBilinearSample2D(alloc, w0, w1, w2, w3, lx, ly, nx, ny, dk, dt, lod);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
NinePatchTexture.java | 225 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width); local 228 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor); 313 int nx, int ny, int[] color) { 337 for (int i = 0; i < nx; ++i) { 357 end = nx; 360 start = nx - 1; 366 int k = row * nx + col; 368 int colorIdx = row * (nx - 1) + col; 378 index[idxCount++] = (byte) (k + nx);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CubeMapActivity.java | 180 float nx = cosV * cosU; local 184 float length = (float) Math.sqrt(nx*nx + ny*ny + nz*nz); 185 nx /= 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) { 331 mVertexBuffer.put(nx);
|
TouchPaint.java | 518 float nx = (float) (Math.sin(orientation) * Math.sin(tilt)); local 525 float cx = nx * cd;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ArabicShaping.java | 1686 int nx = -2; local [all...] |
/external/libvncserver/x11vnc/ |
uinput.c | 819 int dxf, dyf, nx, ny, k; local 848 nx = nabs(dx); 854 nx = ny = 1; 857 if (accel && nx + ny > 0 ) { 869 if (nx > ny) { 871 fy = ((double) ny / (double) nx) * t; 873 fx = ((double) nx / (double) ny) * t; 886 alpha = t/(nx + ny); [all...] |
userinput.c | 1436 int nx, ny, nw, nh; local [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 568 double x_s, y_s, nx, ny, dx, dy, du, dv; local 608 nx = pt_s.y - pt_e.y; 631 sk = nx * (xi - pt_s.x) + ny * (yi - pt_s.y); 658 dy = -nx; [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; 387 GGLcoord nx = -dy; local 391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4) [all...] |
/external/bzip2/ |
bzip2.c | 1113 Int32 nx = strlen(suffix); local 1114 if (ns < nx) return False; 1115 if (strcmp(s + ns - nx, suffix) == 0) return True; [all...] |
/external/deqp/modules/glshared/ |
glsTextureTestUtil.cpp | 328 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) 330 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]); 339 static inline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx) 341 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy); 342 return (w[0]*w[1]*w[2]*height * (w[2]*(s[0] - s[1])*(nx - 1.0f) + nx*(w[0]*(s[1] - s[2]) + w[1]*(s[2] - s[0])))) / (d*d) 523 float nx = wx \/ dstW; local 566 float nx = wx \/ dstW; local 672 const float nx = wx \/ dstW; local 868 float nx = wx \/ dstW; local 925 const float nx = wx \/ dstW; local 1753 const float nx = wx \/ dstW; local 1858 const float nx = wx \/ dstW; local 2051 const float nx = wx \/ dstW; local 2225 const float nx = wx \/ dstW; local 2392 const float nx = wx \/ dstW; local 2501 const float nx = wx \/ dstW; local 2698 const float nx = wx \/ dstW; local 2873 const float nx = wx \/ dstW; local 2987 const float nx = wx \/ dstW; local 3109 const float nx = wx \/ dstW; local [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | 1347 int nx = bitmap.width() \/ tileSize; local [all...] |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dtypes.h | 296 D3DVALUE nx; member in union:_D3DVERTEX::__anon34036 320 nx = n.x; ny = n.y; nz = n.z; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
org.eclipse.equinox.util_1.0.200.v20100503.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar | |
/cts/apps/CtsVerifier/libs/ |
opencv-android.jar | |
/external/sqlite/dist/orig/ |
sqlite3.c | 39181 int i, nx, pc, op; local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 39199 int i, nx, pc, op; local [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14.jar | |