/development/perftests/panorama/feature_mos/src/mosaic/ |
D | trsMatrix.h | 42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX() 47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
|
D | Blend.cpp | 139 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local 1056 double X, Y, z; in MosaicToFrame() local 1090 double z = ProjZ(trs, x, y, 1.0); in FrameToMosaic() local 1205 double z = ProjZ(first->trs, midX, midY, 1.0); in SelectRelevantFrames() local 1261 double z = ProjZ(first->trs, midX, midY, 1.0); in ComputeBlendParameters() local
|
D | Geometry.h | 139 double z; in FindQuadCentroid() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 126 public void glRotatef(float angle, float x, float y, float z) { in glRotatef() 132 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() 136 public void glScalef(float x, float y, float z) { in glScalef() 140 public void glScalex(int x, int y, int z) { in glScalex() 144 public void glTranslatef(float x, float y, float z) { in glTranslatef() 148 public void glTranslatex(int x, int y, int z) { in glTranslatex()
|
D | Grid.java | 95 void set(int i, int j, float x, float y, float z, float u, float v) { in set()
|
D | MatrixTrackingGL.java | 541 public void glRotatef(float angle, float x, float y, float z) { in glRotatef() 547 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() 561 public void glScalef(float x, float y, float z) { in glScalef() 567 public void glScalex(int x, int y, int z) { in glScalex() 652 public void glTranslatef(float x, float y, float z) { in glTranslatef() 658 public void glTranslatex(int x, int y, int z) { in glTranslatex() 691 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() 704 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES() 716 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() 729 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLVertex.java | 25 public float z; field in GLVertex 36 GLVertex(float x, float y, float z, int index) { in GLVertex()
|
D | GLWorld.java | 61 public GLVertex addVertex(float x, float y, float z) { in addVertex()
|
D | GLShape.java | 55 public GLVertex addVertex(float x, float y, float z) { in addVertex()
|
/development/ndk/sources/android/ndk_helper/ |
D | tapCamera.h | 97 void SetFlip( const float x, const float y, const float z ) in SetFlip() 103 void SetPinchTransformFactor( const float x, const float y, const float z ) in SetPinchTransformFactor()
|
/development/ndk/samples/two-libs/src/com/example/twolibs/ |
D | TwoLibs.java | 39 int z = add(x, y); in onCreate() local
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.h | 220 #define VP_PROJW_3D(m,x,y,z,f) ( MWX(m)*(x)+MWY(m)*(y)+MWZ(m)*(z)+MWW(m) ) argument 221 #define VP_PROJX_3D(m,x,y,z,f,w) ((MXX(m)*(x)+MXY(m)*(y)+MXZ(m)*(z)+MXW(m))/(w)) argument 222 #define VP_PROJY_3D(m,x,y,z,f,w) ((MYX(m)*(x)+MYY(m)*(y)+MYZ(m)*(z)+MYW(m))/(w)) argument 223 #define VP_PROJZ_3D(m,x,y,z,f,w) ((MZX(m)*(x)+MZY(m)*(y)+MZZ(m)*(z)+MZW(m))/(w)) argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | MatrixPaletteRenderer.java | 150 public void set(int i, int j, float x, float y, float z, in set() 396 float z = radius * (float) Math.sin(angle); in generateWeightedGrid() local
|
D | CubeMapActivity.java | 178 float z = minorRadius * sinU; in generateTorusGrid() local 317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { in set()
|
D | TouchPaint.java | 515 float z = distance * 2 + 10; in drawSplat() local
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 42 float z; field in CubeWallpaper2.ThreeDPoint 260 float z = p.z; in rotateAndProjectPoints() local
|
/development/ndk/platforms/android-9/include/android/ |
D | sensor.h | 97 float z; member
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | demo.c | 101 float x, y, z; member 619 GLfloat x[3], y[3], z[3]; in gluLookAt() local
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsRenderer.cpp | 347 float x, y, z; in Render() local
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
D | map.h | 81 #define map_word_andequal(m, a, b, z) map_word_equal(m, z, map_word_and(m, a, b)) argument
|
/development/ndk/platforms/android-19/include/android/ |
D | sensor.h | 97 float z; member
|
/development/ndk/platforms/android-21/include/android/ |
D | sensor.h | 109 float z; member
|
/development/ndk/platforms/android-3/include/ |
D | jni.h | 125 jboolean z; member
|
/development/ndk/platforms/android-21/include/SLES/ |
D | OpenSLES.h | 1710 SLint32 z; member
|
/development/ndk/platforms/android-9/include/SLES/ |
D | OpenSLES.h | 1710 SLint32 z; member
|