Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKube.java45 float c1 = -0.38f; in makeGLWorld() local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1); in makeGLWorld()
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1); in makeGLWorld()
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1); in makeGLWorld()
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3); in makeGLWorld()
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5); in makeGLWorld()
64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1); in makeGLWorld()
65 mCubes[10] = new Cube(world, c2, c2, c0, c3, c3, c1); in makeGLWorld()
66 mCubes[11] = new Cube(world, c4, c2, c0, c5, c3, c1); in makeGLWorld()
68 mCubes[12] = new Cube(world, c0, c2, c2, c1, c3, c3); in makeGLWorld()
[all …]
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_poly.cpp97 double c0,c1,c2,c3; in db_SolveQuartic() local
123 c1=d/a; in db_SolveQuartic()
131 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuartic()
132 k1=c1*c3+min4_c0; in db_SolveQuartic()
145 mn=lz*c3through4-c1/2.0; in db_SolveQuartic()
169 double c0,c1,c2,c3; in db_SolveQuarticForced() local
195 c1=d/a; in db_SolveQuarticForced()
203 k0=min4_c0*c3c3through4_min_c2-c1*c1; in db_SolveQuarticForced()
204 k1=c1*c3+min4_c0; in db_SolveQuarticForced()
217 mn=lz*c3through4-c1/2.0; in db_SolveQuarticForced()
Ddb_image_homography.cpp44 inline void db_SProjImagePointPointConstraints(double c1[9],double c2[9],double xp[3],double x[3]) in db_SProjImagePointPointConstraints()
57 db_SProjImagePointPointConstraint(c1,1,0,2,xp,x); in db_SProjImagePointPointConstraints()
61 db_SProjImagePointPointConstraint(c1,0,1,2,xp,x); in db_SProjImagePointPointConstraints()
65 db_SProjImagePointPointConstraint(c1,0,2,1,xp,x); in db_SProjImagePointPointConstraints()
70 inline void db_SAffineImagePointPointConstraints(double c1[7],double c2[7],double xp[3],double x[3]) in db_SAffineImagePointPointConstraints()
75 db_Copy6(c1,ct1); c1[6]=ct1[8]; in db_SAffineImagePointPointConstraints()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorPickerDialog.java130 int c1 = colors[i+1]; in interpColor() local
131 int a = ave(Color.alpha(c0), Color.alpha(c1), p); in interpColor()
132 int r = ave(Color.red(c0), Color.red(c1), p); in interpColor()
133 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor()
134 int b = ave(Color.blue(c0), Color.blue(c1), p); in interpColor()
/development/ndk/platforms/android-3/include/linux/
Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument
/development/ndk/platforms/android-L/include/linux/
Dbinder.h22 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DSimpleMenuItem.java168 public MenuItem setShortcut(char c, char c1) { in setShortcut() argument