/external/quake/quake/src/WinQuake/ |
conproc.cpp | 197 COORD coord;
local 201 coord.X = 0;
202 coord.Y = iBeginLine;
208 coord,
293 COORD coordMax;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ShaderProgram.cpp | 250 const GLfloat coord[] = { local 259 glBufferData(GL_ARRAY_BUFFER, 2 * 4 * sizeof(GLfloat), coord, GL_STATIC_DRAW);
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
CubeWallpaper2.java | 128 String [] coord = p[i].split(" "); local 129 mOriginalPoints[i].x = Float.valueOf(coord[0]); 130 mOriginalPoints[i].y = Float.valueOf(coord[1]); 131 mOriginalPoints[i].z = Float.valueOf(coord[2]);
|
/external/qemu/android/skin/ |
trackball.c | 318 SphereCoord coord = &ball->sphere_map[total]; local 325 coord->x = xx; 326 coord->y = yy; 327 coord->offset = xx + yy*diameter2; 328 coord->alpha = 256; 329 coord->f[0] = FIX16_FROM_FLOAT(rx); 330 coord->f[1] = FIX16_FROM_FLOAT(ry); 331 coord->f[2] = FIX16_FROM_FLOAT(rz); 333 coord->alpha = 256*(radius - r0); 351 coord->alpha = coord->alpha * scale 488 SphereCoord coord = &ball->sphere_map[nn]; local [all...] |
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLCanvasTest.java | 200 double[] coord = new double[4]; local 201 mGLVertexPointer.getArrayElement(first, coord); 202 mResult[0] = (int) coord[0]; 203 mResult[1] = (int) coord[1]; 204 mGLVertexPointer.getArrayElement(first + 1, coord); 205 mResult[2] = (int) coord[0]; 206 mResult[3] = (int) coord[1]; 244 double[] coord = new double[4]; local 246 mGLVertexPointer.getArrayElement(first + i, coord); 247 mResult[i * 2 + 0] = (int) coord[0] 551 double[] coord = new double[4]; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragLayer.java | 199 * @param coord The coordinate that we want mapped. 202 public float getDescendantCoordRelativeToSelf(View descendant, int[] coord) { 204 float[] pt = {coord[0], coord[1]}; 218 coord[0] = (int) Math.round(pt[0]); 219 coord[1] = (int) Math.round(pt[1]); 361 int coord[] = new int[2]; local 362 coord[0] = lp.x; 363 coord[1] = lp.y; 366 float scale = getDescendantCoordRelativeToSelf((View) child.getParent(), coord); [all...] |
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 1599 string country, coord, zone; local [all...] |