Searched refs:c0 (Results 1 – 3 of 3) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Kube.java | 44 float c0 = -1.0f; 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/ |
D | db_utilities_poly.cpp | 97 double c0,c1,c2,c3; in db_SolveQuartic() local 124 c0=e/a; in db_SolveQuartic() 129 min4_c0= -4.0*c0; in db_SolveQuartic() 144 ns=lz_through2*lz_through2-c0; in db_SolveQuartic() 169 double c0,c1,c2,c3; in db_SolveQuarticForced() local 196 c0=e/a; in db_SolveQuarticForced() 201 min4_c0= -4.0*c0; in db_SolveQuarticForced() 216 ns=lz_through2*lz_through2-c0; in db_SolveQuarticForced()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ColorPickerDialog.java | 129 int c0 = colors[i]; 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()
|