Searched defs:coord (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dconproc.cpp197 COORD coord; local
201 coord.X = 0;
202 coord.Y = iBeginLine;
208 coord,
/external/qemu/android/skin/
H A Dtrackball.c318 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
488 SphereCoord coord = &ball->sphere_map[nn]; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DShaderProgram.cpp395 const GLfloat coord[] = { local
404 glBufferData(GL_ARRAY_BUFFER, 2 * 4 * sizeof(GLfloat), coord, GL_STATIC_DRAW);
534 // use ceilf to handle view -> doc -> view coord rounding errors
929 ALOGV("final convert to screen coord x, y %f, %f width %f height %f , ",
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp1599 string country, coord, zone; local
1601 is >> country >> coord >> zone;
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp98 static bool isCoordinateSkiaSafe(float coord) argument
102 if (!_finite(coord))
104 if (!finite(coord))
112 if (coord > maxPointMagnitude || coord < -maxPointMagnitude)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c131067 double coord = DCOORD(cell.aCoord[p->iCoord]); local
132620 float coord = (float)(DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c131096 double coord = DCOORD(cell.aCoord[p->iCoord]); local
132649 float coord = (float)(DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]

Completed in 636 milliseconds